From 4998317b7a36c8fc9ad6348d88c5e30bbb131b48 Mon Sep 17 00:00:00 2001 From: Nicolo Fusi Date: Thu, 31 Jan 2013 13:43:37 +0000 Subject: [PATCH] changed travis conf --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c654d37..e7944d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,12 @@ virtualenv: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors before_install: - sudo apt-get install -qq python-scipy python-pip - - sudo apt-get install -qq python-matplotlib \ No newline at end of file + - sudo apt-get install -qq python-matplotlib + +install: + - 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