From 76bbb9f6e75281ef1c52df8f0930139832040d0f Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 05:37:37 -0500 Subject: [PATCH] Try a reinstall of matplotlib with pyqt support --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 746dda9e..07d59c72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,6 +100,14 @@ 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