From de57f837f44060d77da2dd810f85781f024838aa Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Mon, 29 Apr 2013 20:09:18 +0100 Subject: [PATCH] Trying to upgrade numpy version to 1.7.1 as there was an error introduced for weave on 1.7.0 causing tests to fail --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7944d8a..6d188401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,10 @@ before_install: - sudo apt-get install -qq python-matplotlib install: + - pip install --upgrade numpy==1.7.1 - pip install sphinx - pip install nose - pip install . --use-mirrors # command to run tests, e.g. python setup.py test script: - - nosetests GPy/testing \ No newline at end of file + - nosetests GPy/testing