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-Url: https://git.parisson.com/?a=commitdiff_plain;h=ae9c75356a235b6168da841d6b644ccb3f37feb1;p=timeside-diadems.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"