From d19a04192965c185974eae5a3ae22a2e92bbb705 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 6 Oct 2014 15:15:39 -0500 Subject: [PATCH] Try matplotlib 1.1.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f1ac94f..c6b88c8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ before_install: - 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.2.0; + pip install matplotlib==1.1.1; fi - pip install pillow --no-index --find-links=http://wheels.scikit-image.org/ - python check_bento_build.py