Merge pull request #1274 from blink1073/use-wheelhouse-simpleitk

Install simpleitk from wheelhouse if available
This commit is contained in:
Steven Silvester
2014-12-13 05:51:32 -06:00
+2 -4
View File
@@ -33,10 +33,8 @@ if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
pip install -q imread
fi
# TODO: update when SimpleITK become available on py34 or hopefully pip
if [[ $TRAVIS_PYTHON_VERSION != 3.4 ]]; then
easy_install -q SimpleITK
fi
# Install SimpleITK from wheelhouse if available
pip install -q SimpleITK $WHEELHOUSE; true
sudo apt-get install -q libfreeimage3
pip install -q astropy $WHEELHOUSE