Fix yaml syntax

This commit is contained in:
Steven Silvester
2014-10-06 06:05:09 -05:00
parent 76bbb9f6e7
commit d6ad6ead01
+1 -1
View File
@@ -102,7 +102,7 @@ script:
# Reinstall matplotlib with pyqt support
- pip uninstall matplotlib
- if [[ $ENV != python=2.6* ]]; then
- 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;