From 6ec45274c8501331ef53c99765ead7e67b967104 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 21:45:04 -0500 Subject: [PATCH] Fix installs for libfreeimage3 and astropy --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed303a5b..e61fd93e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,8 @@ script: travis_retry easy_install SimpleITK; fi - - travis_retry pip install --no-deps astropy + - travis_retry sudo apt-get install libfreeimage3 + - travis_retry pip install astropy - if [[ $TRAVIS_PYTHON_VERSION == 2.* ]]; then travis_retry pip install pyamg;