From 70c329e235a1dc8562a8eee485a097bf35155875 Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 15 Feb 2016 19:22:18 +0100 Subject: [PATCH] increase verbosity for travis/py3 (currently "debug", use "heavydebug" for more details if needed) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adb41e7d..71a0a05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ script: # Keep the legacy setup.py test approach of checking coverage for python2 - if [[ "$F2B_PY_2" ]]; then coverage run setup.py test; fi # Coverage doesn't pick up setup.py test with python3, so run it directly - - if [[ "$F2B_PY_3" ]]; then coverage run bin/fail2ban-testcases; fi + - if [[ "$F2B_PY_3" ]]; then coverage run bin/fail2ban-testcases -l debug; fi # Use $VENV_BIN (not python) or else sudo will always run the system's python (2.7) - sudo $VENV_BIN/pip install . after_success: