Do not try and install SimpleITK on Py3.2 or 3.4

This commit is contained in:
Steven Silvester
2014-12-13 06:19:04 -06:00
parent 3c4573b852
commit b10548509d
+4 -2
View File
@@ -33,8 +33,10 @@ if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
pip install -q imread
fi
# Install SimpleITK from wheelhouse if available
pip install -q SimpleITK $WHEELHOUSE; true
# Install SimpleITK from wheelhouse if available (not 3.2 or 3.4)
if [[ ($TRAVIS_PYTHON_VERSION =~ 3\.[24] ]]; then
pip install -q SimpleITK $WHEELHOUSE
fi
sudo apt-get install -q libfreeimage3
pip install -q astropy $WHEELHOUSE