From 745501a8413ed8443fb142bac4a02e0a3642289f Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Mon, 16 Dec 2013 17:18:33 +0000 Subject: [PATCH] Reverse travis to see what it asks for --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa34fd51..e9ae5831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ install: - pip install . --use-mirrors # command to run tests, e.g. python setup.py test script: - - yes | nosetests GPy/testing + - nosetests GPy/testing + #- yes | nosetests GPy/testing