From 0c099ee9cc49be155b8b91df7dacd098fd6802d6 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 5 Feb 2016 13:37:09 +0000 Subject: [PATCH] Run nosetests with verbose flag on Travis Hopefully stops tests from hanging after completion - seems to work on Jenkins. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73f38f8f8..6e6af0b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - pip install -f travis-wheels/wheelhouse file://$PWD#egg=notebook[test] coveralls script: - 'if [[ $GROUP == js* ]]; then python -m notebook.jstest ${GROUP:3}; fi' - - 'if [[ $GROUP == python ]]; then nosetests --with-coverage --cover-package=notebook notebook; fi' + - 'if [[ $GROUP == python ]]; then nosetests -v --with-coverage --cover-package=notebook notebook; fi' matrix: include: - python: 3.3