]> git.parisson.com Git - timeside.git/commitdiff
install numpy and scipy for travis
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 7 Feb 2014 14:43:26 +0000 (15:43 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 7 Feb 2014 14:43:26 +0000 (15:43 +0100)
.travis.yml

index 5456064b264761a1a6c96f5b4c2b47f089485002..ab87e62a617cd6831cb1939cde436fd5e5a80447 100644 (file)
@@ -2,12 +2,13 @@ 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
  - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran
+ - sudo apt-get install -qq python-numpy python-scipy
 
 # command to install dependencies
 install: