]> git.parisson.com Git - telemeta.git/commitdiff
fix travis setup again
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 20 Mar 2014 08:52:02 +0000 (09:52 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 20 Mar 2014 08:52:02 +0000 (09:52 +0100)
.travis.yml

index ad44f3aa18679b9744596884297e0e4faa2b416d..52bc5d2ae20d25a3fa24b207e6bb3aaffc3a1a5a 100644 (file)
@@ -5,7 +5,14 @@ python:
 
 before_install:
  - sudo apt-get -qq update
- - sudo apt-get install -qq python-h5py
+ - sudo apt-get install -qq libhdf5-serial-dev
+ - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
+ - sudo apt-get install -qq python-numpy python-scipy
+
+
+# command to install dependencies
+#install: 
+# - "pip install -r requirements.txt"
 
 # command to run tests
 script: