]> git.parisson.com Git - timeside-diadems.git/commitdiff
Add h5py dependency in Travis
authorThomas Fillon <thomas@parisson.com>
Tue, 15 Apr 2014 21:47:25 +0000 (23:47 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 15 Apr 2014 21:47:25 +0000 (23:47 +0200)
.travis.yml

index dca6e2e03cf453c33ead9b317ca7fb520033366c..5337191aec18f4f1ab722edd75f95bccf763e85a 100644 (file)
@@ -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