From 15fb553cfb77a540232eff3e4faa1590c4ba5157 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 1 Oct 2014 05:28:08 -0500 Subject: [PATCH] Try explicit apt installs for matplotlib --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33b6059b..62d55886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +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 install libjpeg-dev + - sudo apt-get install python-dev libjpeg-dev libfreetype6-dev zlib1g-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,