From: Thomas Fillon Date: Fri, 7 Feb 2014 14:21:57 +0000 (+0100) Subject: Try to fix #35 with proper 'before install' setup for numpy X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=18422353d9336d58bfe6ff987c6b2e8aa36f89a8;p=timeside-diadems.git Try to fix #35 with proper 'before install' setup for numpy --- diff --git a/.travis.yml b/.travis.yml index d3409d1..5456064 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: before_install: - sudo apt-get -qq update - sudo apt-get install -qq libhdf5-serial-dev + - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran # command to install dependencies install: