Merge "Enable coverage report in console output"

This commit is contained in:
Jenkins 2017-01-04 10:23:45 +00:00 committed by Gerrit Code Review
commit eb423598f6
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ commands = pifpaf run mongodb {toxinidir}/tools/pretty_tox.sh "{posargs}"
setenv = OS_TEST_PATH=panko/tests
commands =
python setup.py testr --slowest --coverage --testr-args="{posargs}"
coverage report
[testenv:pep8]
deps = hacking<0.13,>=0.12.0