mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Fix typo in bash conditional
This commit is contained in:
@@ -34,7 +34,7 @@ if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
|
||||
fi
|
||||
|
||||
# Install SimpleITK from wheelhouse if available (not 3.2 or 3.4)
|
||||
if [[ ($TRAVIS_PYTHON_VERSION =~ 3\.[24] ]]; then
|
||||
if [[ $TRAVIS_PYTHON_VERSION =~ 3\.[24] ]]; then
|
||||
echo "SimpleITK unavailable on $TRAVIS_PYTHON_VERSION"
|
||||
else
|
||||
pip install -q SimpleITK $WHEELHOUSE
|
||||
|
||||
Reference in New Issue
Block a user