From bc1ce12248e2f9840b876ae63f7a708ef2d85e90 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 06:17:02 -0500 Subject: [PATCH] Revert to mostly working travis --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9df842ce..746dda9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,14 +100,6 @@ script: fi - travis_retry pip install --no-deps astropy - # Reinstall matplotlib with pyqt support - - pip uninstall matplotlib - - if [[ $ENV != python=2.6* ]]; then - travis_retry pip install matplotlib --no-index --find-links=http://wheels.scikit-image.org/; - else - pip install matplotlib==1.1.0; - fi - # Matplotlib settings - must be updated after PyQt is installed - export MPL_DIR=$HOME/.config/matplotlib - mkdir -p $MPL_DIR