From 8326f145685abf454185761772848ef2c753e581 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 15 Apr 2014 23:55:53 +0200 Subject: [PATCH] Add matplotlib dependency in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5337191..927df9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -qq libhdf5-serial-dev python-h5py - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran - - sudo apt-get install -qq python-numpy python-scipy + - sudo apt-get install -qq python-numpy python-scipy python-matplotlib - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly # command to install dependencies -- 2.39.5