Fix typo in travis preventing mpl 1.0 from installing

This commit is contained in:
Steven Silvester
2014-09-30 21:30:16 -05:00
parent e8123999ba
commit 8390780723
+1 -1
View File
@@ -46,7 +46,7 @@ before_install:
source activate test;
fi
- travis_retry pip install wheel;
- if [[ $END != python=2.6* ]]; then
- 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;