We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9256 commit 8b50b15Copy full SHA for 8b50b15
1 file changed
.travis.yml
@@ -13,7 +13,7 @@ matrix:
13
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
14
15
install:
16
-- pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
+- sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
17
- pip install -e .
18
- pip install -r requirements-dev.txt
19
0 commit comments