mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Fix boolean logic for SimpleITK install and add warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user