From e189e8ad0507fbb06b62bbb1214f7c82c9e50b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sun, 21 Feb 2016 12:08:40 +0100 Subject: [PATCH] add -v to nosetests to debug travis tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 562dca4cb..a7627958f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install -r requirements.txt - pip install -r requirements-dev.txt script: - - nosetests --with-coverage --cover-package telegram/ + - nosetests -v --with-coverage --cover-package telegram/ - flake8 telegram - 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram --disable=no-name-in-module,import-error; fi' after_success: