Install pillow from wheelhouse

This commit is contained in:
Steven Silvester
2014-10-05 15:32:35 -05:00
parent 99f5fd8f6e
commit a765e96c11
+2 -1
View File
@@ -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: