From fd218e922954a2d94bccd8d14efc3bbc7897675b Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Fri, 13 Jan 2017 10:53:22 +0800 Subject: Enable coverage report in console output Change-Id: I70cf768459360166bd0a76a74eff57bc0b7acda9 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index faa0645..a323213 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,9 @@ deps = hacking<0.13,>=0.12 commands = flake8 [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:venv] commands = {posargs} -- cgit v1.2.1