Fix boolean logic for SimpleITK install and add warning

This commit is contained in:
Steven Silvester
2014-12-13 06:22:39 -06:00
parent b10548509d
commit 94dab0d30e
+2
View File
@@ -35,6 +35,8 @@ fi
# Install SimpleITK from wheelhouse if available (not 3.2 or 3.4)
if [[ ($TRAVIS_PYTHON_VERSION =~ 3\.[24] ]]; then
echo "SimpleITK unavailable on $TRAVIS_PYTHON_VERSION"
else
pip install -q SimpleITK $WHEELHOUSE
fi