8000 Merge pull request #7566 from ogrisel/use-cython-wheel · numpy/numpy@da6e4c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit da6e4c7

Browse files
committed
Merge pull request #7566 from ogrisel/use-cython-wheel
MAINT: use manylinux1 wheel for cython
2 parents 631e989 + ef8253f commit da6e4c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
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)
0