From: Thomas Fillon Date: Fri, 7 Feb 2014 14:04:27 +0000 (+0100) Subject: Try to fix #35 with proper 'before install' setup for h5py X-Git-Tag: 0.5.4~13 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cb4bf34e14fcbb3e379f1b35ab4a0f6707e10beb;p=timeside.git Try to fix #35 with proper 'before install' setup for h5py --- diff --git a/.travis.yml b/.travis.yml index 4bc018b..d3409d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: python python: - "2.6" - "2.7" + +# 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 + # command to install dependencies install: - "pip install -r requirements.txt --use-mirrors"