We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9671491 commit 7d1ea60Copy full SHA for 7d1ea60
.travis.yml
@@ -31,7 +31,8 @@ before_install:
31
# pip install coverage
32
- python -V
33
- pip install --upgrade pip setuptools
34
- - pip install --find-links http://travis-wheels.scikit-image.org --install-option="--no-cython-compile" Cython
+ # Speed up install by not compiling Cython
35
+ - pip install --install-option="--no-cython-compile" Cython
36
- sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
37
- popd
38
0 commit comments