From 52a97763300b7926c5ceb2a97ffe328af0759705 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 18 Jan 2013 11:42:46 +0000 Subject: [PATCH] Changing travis installation --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc8eb3ab..a4faeaee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ python: - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - "pip install scipy>=0.10.1" - - "pip install numpy>=1.6.2" - - "pip install sphinx" - - "pip install ./" + - pip install scipy>=0.10.1 + - pip install numpy>=1.6.2 + - pip install sphinx + - pip install . --use-mirrors # command to run tests, e.g. python setup.py test script: - - "nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing" + - nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing