From 2e5faf305d00562d56aa32d47139b8decbbae284 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Mon, 16 Dec 2013 17:54:41 +0000 Subject: [PATCH] Removed yes pipe for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad52a200..e9ae5831 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