From eb4143baaafef4736b9ae0ebb645f54ab663d339 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 30 Sep 2014 07:51:45 -0700 Subject: [PATCH] Tweak nose settings --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2780c6353..4757bde09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,9 +26,9 @@ script: - python selftest.py --installed - pip install nose - export NOSE_PROCESS_TIMEOUT=600 - - export NOSE_PROCESSES=-1 + - export NOSE_PROCESSES=0 - if [ -f test-installed.py ]; then - python test-installed.py ; + python test-installed.py -s -v Tests/test_*.py ; else python Tests/run.py --installed ; fi