From: Guillaume Pellerin Date: Fri, 7 Feb 2014 14:43:26 +0000 (+0100) Subject: install numpy and scipy for travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=812daf18375dfeadcd3c4d03e26121ffc79950a0;p=timeside-diadems.git install numpy and scipy for travis --- diff --git a/.travis.yml b/.travis.yml index 5456064..ab87e62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: