mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 17:17:07 +08:00
Revert "Install simpleitk from wheelhouse if available"
This commit is contained in:
@@ -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
|
||||
# TODO: update when SimpleITK become available on py34 or hopefully pip
|
||||
if [[ $TRAVIS_PYTHON_VERSION != 3.4 ]]; then
|
||||
easy_install -q SimpleITK
|
||||
fi
|
||||
|
||||
sudo apt-get install -q libfreeimage3
|
||||
pip install -q astropy $WHEELHOUSE
|
||||
|
||||
Reference in New Issue
Block a user