]> git.parisson.com Git - telemeta.git/commitdiff
add packages for travis
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 20 Mar 2014 08:23:07 +0000 (09:23 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 20 Mar 2014 08:23:07 +0000 (09:23 +0100)
.travis.yml

index 7b8034de822dfe34af337f1cbdcfac23faf9fda1..ffd85787983c5d9671e08b12500617815fb2ae8b 100644 (file)
@@ -2,6 +2,11 @@ language: python
 python:
   - "2.6"
   - "2.7"
+
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get install -qq python-h5py
+
 # command to install dependencies
 install: 
  - "pip install -r requirements.txt"