From cb4bf34e14fcbb3e379f1b35ab4a0f6707e10beb Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 7 Feb 2014 15:04:27 +0100 Subject: [PATCH] Try to fix #35 with proper 'before install' setup for h5py --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.39.5