We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631e989 commit ef8253fCopy full SHA for ef8253f
.travis.yml
@@ -87,11 +87,7 @@ before_install:
87
- source venv/bin/activate
88
- python -V
89
- pip install --upgrade pip setuptools
90
- - pip install nose
91
- - pip install pytz
92
- # pip install coverage
93
- # Speed up install by not compiling Cython
94
- - pip install --install-option="--no-cython-compile" Cython
+ - pip install nose pytz cython
95
- if [ -n "$USE_ASV" ]; then pip install asv; fi
96
- popd
97
0 commit comments