Use new wheels site and do not install tifffile until optional

This commit is contained in:
Steven Silvester
2014-10-15 06:03:11 -05:00
parent fbba5e5e01
commit b6f775a7cf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ python:
before_install:
- export DISPLAY=:99.0
- export PYTHONWARNINGS="all"
- export WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/"
- export WHEELHOUSE="--no-index --find-links=http://travis-wheels.scikit-image.org/"
- travis_retry tools/travis_setup.sh
install:
+2
View File
@@ -30,3 +30,5 @@ pip install astropy
if [[ $TRAVIS_PYTHON_VERSION == 2.* ]]; then
pip install pyamg
fi
pip install tifffile
-2
View File
@@ -15,8 +15,6 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
pip install https://github.com/networkx/networkx/archive/networkx-1.8.tar.gz
fi
pip install $WHEELHOUSE numpy
pip install tifffile
pip install -r requirements.txt $WHEELHOUSE
python check_bento_build.py