From d6ad6ead01e9a36488289930ffa922e0d8165f0f Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 06:05:09 -0500 Subject: [PATCH] Fix yaml syntax --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07d59c72..9df842ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;