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;