]> git.parisson.com Git - timeside.git/commitdiff
Try to fix #35 with proper 'before install' setup for numpy
authorThomas Fillon <thomas@parisson.com>
Fri, 7 Feb 2014 14:21:57 +0000 (15:21 +0100)
committerThomas Fillon <thomas@parisson.com>
Fri, 7 Feb 2014 14:21:57 +0000 (15:21 +0100)
.travis.yml

index d3409d16ab3dbdb4cf7b07dddec29c6aadb6021a..5456064b264761a1a6c96f5b4c2b47f089485002 100644 (file)
@@ -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: