From 87e94930b584280717b9ce130d5f45189f25499d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 23 Oct 2015 07:08:35 +0200 Subject: [PATCH] Run tests verbose on Travis. Hopefully helps with figuring out what test hangs in #1045. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e499522a..5d2a0eaa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: - python scripts/dev/ci_install.py script: - - tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 tests + - tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests matrix: exclude: