Skip to content

Commit ef8253f

Browse files
committed
MAINT: use manylinux1 wheel for cython
1 parent 631e989 commit ef8253f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ before_install:
8787
- source venv/bin/activate
8888
- python -V
8989
- 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
90+
- pip install nose pytz cython
9591
- if [ -n "$USE_ASV" ]; then pip install asv; fi
9692
- popd
9793

0 commit comments

Comments
 (0)