From eaf07754ab15e3e42492d2f23a311a35bd8e1112 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Tue, 14 Feb 2017 16:56:07 +0800 Subject: [PATCH] Enable coverage report in console output Change-Id: I74fe81917ee0988b7359292729b0fcc475500229 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6ab7707..bd9a1a1 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,9 @@ commands = flake8 commands = {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = + python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands = python setup.py build_sphinx