diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2014-11-07 11:08:19 -0800 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2014-11-07 11:08:19 -0800 |
commit | df33cd8dd0f6a00e9a0daa93fc134f49b0f5c782 (patch) | |
tree | a7d89dfab2cbe153aebf403880d923b74bbbf353 /.travis.yml | |
parent | cfa095a203586eae9466f5ebbbdc5f60905aeb20 (diff) | |
download | numpy-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.yml | 2 |
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 |