From cb3b5c5e4c50a0c4dcfab34d60337fc43d8690de Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 30 Sep 2014 21:36:26 -0500 Subject: [PATCH] Install matplotlib build dependencies --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 191a60e0..db73c829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +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 # 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,