Skip to content

Commit

Permalink
MAINT: give up on rackspace wheels
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matthew-brett committed Nov 10, 2014
1 parent 9671491 commit 7d1ea60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ before_install:
# pip install coverage
- python -V
- pip install --upgrade pip setuptools
- pip install --find-links http://travis-wheels.scikit-image.org --install-option="--no-cython-compile" Cython
# Speed up install by not compiling Cython
- pip install --install-option="--no-cython-compile" Cython
- sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
- popd

Expand Down

0 comments on commit 7d1ea60

Please sign in to comment.