Merge pull request #1204 from blink1073/travis-streamline

Travis-CI streamline
This commit is contained in:
Stefan van der Walt
2014-10-20 14:05:33 +02:00
2 changed files with 11 additions and 7 deletions
+7 -7
View File
@@ -9,26 +9,26 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
else
sudo apt-get install -q libqt4-dev
pip install PySide $WHEELHOUSE
pip install -q PySide $WHEELHOUSE
python ~/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/pyside_postinstall.py -install
fi
# imread does NOT support py3.2
if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then
sudo apt-get install -q libtiff4-dev libwebp-dev libpng12-dev xcftools
pip install imread
pip install -q imread
fi
# TODO: update when SimpleITK become available on py34 or hopefully pip
if [[ $TRAVIS_PYTHON_VERSION != 3.4 ]]; then
easy_install SimpleITK
easy_install -q SimpleITK
fi
sudo apt-get install libfreeimage3
pip install astropy
sudo apt-get install -q libfreeimage3
pip install -q astropy
if [[ $TRAVIS_PYTHON_VERSION == 2.* ]]; then
pip install pyamg
pip install -q pyamg
fi
pip install tifffile
pip install -q tifffile
+4
View File
@@ -20,3 +20,7 @@ python check_bento_build.py
tools/header.py "Dependency versions"
tools/build_versions.py
# clean up disk space
sudo apt-get clean
sudo rm -r /tmp/*