From 0a50249c9f73f9d1a08d657f11b2f3b61b1003d0 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Tue, 26 Nov 2013 18:03:18 -0800 Subject: [PATCH] try to get travis working. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a4f7cda..eea9de24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: python python: - "2.7" +virtualenv: + system_site_packages: true +before_install: + - sudo apt-get install -qq python-numpy python-scipy # command to install dependencies -install: "pip install -r requirements.txt" +install: "pip install -r requirements.txt --use-mirrors" # command to run tests script: nosetests