From 0d29ded91452d25ea3ed076b2164c656899fde80 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 4 Oct 2014 15:58:27 -0500 Subject: [PATCH] Try a newer mpl due to Tkinter err on install --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62d55886..594145d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,8 +49,8 @@ before_install: - travis_retry pip install wheel; - 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.1; + else + pip install matplotlib==1.1.0; fi - python check_bento_build.py