From 5eb9baf0d75503e3d9c965d5d4213ceaeae9e735 Mon Sep 17 00:00:00 2001
From: Matt Traudt <sirmatt@ksu.edu>
Date: Tue, 24 Apr 2018 22:06:22 -0400
Subject: [PATCH] Increase verbosity of test output

There's a known-to-fail test in another branch right now. If I didn't
know that and I was relying on Travis to catch the issue, I would not
be happy with the default level of output. (Specifically, the amount
of output in a list of file names is not enough IMHO. It it was a
different type of list, it might be okay)
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 0e8af9cf..7464f2a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,7 @@ commands=
 [testenv]
 deps = .[test]
 commands =
-   coverage run --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests
+   coverage run -vv --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests
 passenv =
   TRAVIS
   TRAVIS_JOB_ID
-- 
GitLab