mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Install pillow from wheelhouse
This commit is contained in:
+2
-1
@@ -48,10 +48,11 @@ before_install:
|
||||
fi
|
||||
- travis_retry pip install wheel;
|
||||
- if [[ $ENV != python=2.6* ]]; then
|
||||
travis_retry pip install --no-index --find-links=http://wheels.scikit-image.org/ matplotlib;
|
||||
travis_retry pip install matplotlib --no-index --find-links=http://wheels.scikit-image.org/;
|
||||
else
|
||||
pip install matplotlib==1.1.0;
|
||||
fi
|
||||
- pip install pillow --no-index --find-links=http://wheels.scikit-image.org/
|
||||
- python check_bento_build.py
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user