Try a newer mpl due to Tkinter err on install

This commit is contained in:
Steven Silvester
2014-10-04 15:58:27 -05:00
parent ac6fbaa4ef
commit 0d29ded914
+2 -2
View File
@@ -49,8 +49,8 @@ before_install:
- travis_retry pip install wheel;
- if [[ $ENV != python=2.6* ]]; then
travis_retry pip install --no-index --find-links=http://wheels.scikit-image.org/ matplotlib;
else
pip install matplotlib==1.0.1;
else
pip install matplotlib==1.1.0;
fi
- python check_bento_build.py