Skip to content

Commit

Permalink
MAINT: use scikit-image wheels collection
Browse files Browse the repository at this point in the history
An attempt to address Cython build failures.
  • Loading branch information
matthew-brett committed Nov 7, 2014
1 parent cfa095a commit df33cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
# pip install coverage
- python -V
- pip install --upgrade pip setuptools
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel Cython
- pip install --no-index --find-links http://travis-wheels.scikit-image.org cython
- sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
- popd

Expand Down

0 comments on commit df33cd8

Please sign in to comment.