From: Thomas Fillon Date: Tue, 15 Apr 2014 21:47:25 +0000 (+0200) Subject: Add h5py dependency in Travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2bc61fa3fbcc3a63b8bfd5c2c1ffea6417d32fa2;p=timeside-diadems.git Add h5py dependency in Travis --- diff --git a/.travis.yml b/.travis.yml index dca6e2e..5337191 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - sudo apt-get -qq update - - sudo apt-get install -qq libhdf5-serial-dev + - 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-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly