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 3207328 commit 303b670Copy full SHA for 303b670
.travis.yml
@@ -40,6 +40,7 @@ before_install:
40
virtualenv -p $PY venv
41
source venv/bin/activate
42
$PIP install --upgrade pip
43
+ $PIP install -qq setuptools
44
45
install:
46
- |
0 commit comments