Skip to content

Commit 7d1ea60

Browse files
committed
MAINT: give up on rackspace wheels
Rackspace wheels (from http://wheels.scikit-image.org) are giving timeouts, again - e.g.: https://travis-ci.org/numpy/numpy/jobs/40578751 Use Nathaniel's trick of not compiling Cython, for speed, and to work round previous Cython build breakage.
1 parent 9671491 commit 7d1ea60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ before_install:
3131
# pip install coverage
3232
- python -V
3333
- pip install --upgrade pip setuptools
34-
- pip install --find-links http://travis-wheels.scikit-image.org --install-option="--no-cython-compile" Cython
34+
# Speed up install by not compiling Cython
35+
- pip install --install-option="--no-cython-compile" Cython
3536
- sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
3637
- popd
3738

0 commit comments

Comments
 (0)