From: Guillaume Pellerin Date: Thu, 20 Mar 2014 08:23:07 +0000 (+0100) Subject: add packages for travis X-Git-Tag: 1.4.6^2~23 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6f761e826f14e2c6415aa32dc802170df186fd41;p=telemeta.git add packages for travis --- diff --git a/.travis.yml b/.travis.yml index 7b8034de..ffd85787 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"