From b4030da867187c415ea4104363362d0872f056a3 Mon Sep 17 00:00:00 2001 From: Matt Traudt <sirmatt@ksu.edu> Date: Tue, 10 Apr 2018 18:53:05 -0400 Subject: [PATCH] Modify pytest arguments - Stop coverage command from being so loud - Keep running after failed unit tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5864a357..0c1d70af 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands= # passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH deps = .[test] commands = - coverage run --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -svx {toxinidir}/tests + coverage run --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests [testenv:doc] -- GitLab