From 3b1b3f64af3f9d62fc8bde4b83b2c558c3010015 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 1 Oct 2014 05:02:59 -0500 Subject: [PATCH] Install libjpeg-dev, not build-dep libjpeg-dev --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e90238e..33b6059b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,8 @@ 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 libjpeg-dev + - sudo apt-get build-dep python-matplotlib + - sudo apt-get install 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,