From 7a525df3acb982908f1507c4bd3c15d5b25dd168 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 21 Nov 2014 15:21:13 +0000 Subject: [PATCH] Attempting to fix travis build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb8ddb2c..ed57abf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,10 @@ before_install: install: - pip install --upgrade numpy==1.7.1 + - pip install --upgrade scipy==0.12 - pip install sphinx - pip install nose - - pip install . --use-mirrors + - pip install . # command to run tests, e.g. python setup.py test script: - nosetests GPy/testing