Try a reinstall of matplotlib with pyqt support

This commit is contained in:
Steven Silvester
2014-10-06 05:37:37 -05:00
parent 3450543703
commit 76bbb9f6e7
+8
View File
@@ -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