From 0503179835808ac3e63d372030e66a6aacb05224 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 19 Mar 2015 16:37:17 +0100 Subject: [PATCH] Fix debian packages dependencies for travis-CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a94ec31..6afa0b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ before_install: - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx python-setuptools - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad + - if [[ $TEST_TARGET == 'server' ]]; then + sudo apt-get install -qq python-mysqldb + fi # Install TimeSide install: -- 2.39.5