summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Brett <matthew.brett@gmail.com>2014-11-07 11:08:19 -0800
committerMatthew Brett <matthew.brett@gmail.com>2014-11-07 11:08:19 -0800
commitdf33cd8dd0f6a00e9a0daa93fc134f49b0f5c782 (patch)
treea7d89dfab2cbe153aebf403880d923b74bbbf353 /.travis.yml
parentcfa095a203586eae9466f5ebbbdc5f60905aeb20 (diff)
downloadnumpy-df33cd8dd0f6a00e9a0daa93fc134f49b0f5c782.tar.gz
MAINT: use scikit-image wheels collection
An attempt to address Cython build failures.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e0355aa6a..545a115ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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