From d188fb8234a0d68c24292298872adeb4cebd326d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 29 Apr 2016 23:14:18 +0700 Subject: [PATCH] Self-test using --verbosity=2 There are several printed messages, skips and runtime errors that make more sense when the name of the test is listed. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec90ef81..7f77d675 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ install: - pip uninstall -y nose - pip install -r requirements.txt --use-mirrors script: - - python setup.py build_tests || python setup.py egg_info; python selftest.py + - python setup.py build_tests || python setup.py egg_info + - python selftest.py --verbosity=2