]> git.parisson.com Git - timeside.git/commitdiff
Fix debian packages dependencies for travis-CI
authorThomas Fillon <thomas@parisson.com>
Thu, 19 Mar 2015 15:37:17 +0000 (16:37 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 19 Mar 2015 15:37:27 +0000 (16:37 +0100)
.travis.yml

index a94ec31b4e285fdd68769bfe2f4ad45b3a4b3e0d..6afa0b7df830969beb06a85cc12eae7632edc697 100644 (file)
@@ -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: