We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0925a0 + d743ba8 commit b994cd3Copy full SHA for b994cd3
.travis.yml
@@ -35,6 +35,7 @@ before_install:
35
- export LD_LIBRARY_PATH=$PY_LIBDIR:$LD_LIBRARY_PATH
36
37
install:
38
+ - pip install --upgrade setuptools # TEMP - due to setuptools 36.2.0 bug
39
- pip install --upgrade -r requirements.txt
40
- coverage run setup.py install
41
0 commit comments