From b49863f64f76565358da10ac8838b389bfb3249e Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Mon, 16 Dec 2013 17:48:36 +0000 Subject: [PATCH] Seems to handle without answering now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9ae5831..ad52a200 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,5 @@ install: - pip install . --use-mirrors # command to run tests, e.g. python setup.py test script: - - nosetests GPy/testing - #- yes | nosetests GPy/testing + #- nosetests GPy/testing + - yes | nosetests GPy/testing