From 36e5628e4f444b69a4817aa3cd90dd7183a5057c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 1 Oct 2014 05:02:24 -0500 Subject: [PATCH] Fix matplotlib base version and install libjpeg-dev --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db73c829..0e90238e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_install: - export SPACER="\n\n\n\n\n\n\n\n\n\n*************************\n\n" - sh -e /etc/init.d/xvfb start - sudo apt-get update - - sudo apt-get build-dep python-matplotlib + - sudo apt-get build-dep python-matplotlib libjpeg-dev # Python 3.2 is not supported by Miniconda, so we use the package manager for that run. # NumPy has a bug in python 3 that is only fixed in the latest version, @@ -50,7 +50,7 @@ before_install: - 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; + pip install matplotlib==1.0.1; fi - python check_bento_build.py