diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2014-11-09 17:04:38 +0100 |
---|---|---|
committer | Julian Taylor <juliantaylor108@gmail.com> | 2014-11-09 17:04:38 +0100 |
commit | 96714918d64ebf64e0e133a385da061408e4a03b (patch) | |
tree | 63ab5691cfa9b45cfc48562a4cf302b5306282a0 /.travis.yml | |
parent | cfa095a203586eae9466f5ebbbdc5f60905aeb20 (diff) | |
parent | c12820f45e3cb9f2085b2a28501b7460da3ad243 (diff) | |
download | numpy-96714918d64ebf64e0e133a385da061408e4a03b.tar.gz |
Merge pull request #5265 from matthew-brett/rackspace-cython
MAINT: use scikit-image wheels collection
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..552ba07f2 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 --find-links http://travis-wheels.scikit-image.org --install-option="--no-cython-compile" Cython - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - popd |