From 812daf18375dfeadcd3c4d03e26121ffc79950a0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 7 Feb 2014 15:43:26 +0100 Subject: [PATCH] install numpy and scipy for travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.39.5