Skip to content
Snippets Groups Projects
Commit 5eb9baf0 authored by Matt Traudt's avatar Matt Traudt
Browse files

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)
parent 5f111319
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment