From 10bd0be89afe14018a1a8bd95664ce4afa477b49 Mon Sep 17 00:00:00 2001 From: jevans Date: Tue, 20 Aug 2013 20:23:51 -0400 Subject: [PATCH] Trying to install debs for numpy and matplotlib instead of pip --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ff068a..c1c3b39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,13 @@ python: before_install: - sudo apt-get update -qq - sudo apt-get install -qq libopenjpeg2 + - sudo apt-get install -qq numpy + - sudo apt-get install -qq matplotlib # command to install dependencies +# - pip install numpy -q --use-mirrors +# - pip install matplotlib --use-mirrors install: - - pip install numpy -q --use-mirrors - - pip install matplotlib --use-mirrors - pip install . --use-mirrors # command to run tests script: