From 5ec0906d5701db1a515e05492e886d8a15c830fc Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Tue, 14 Feb 2017 17:00:51 +0800 Subject: [PATCH] Enable coverage report in console output Change-Id: I97caceffa5b7c95d1da47d50f333538365891c8e --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7599126..6af0959 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,9 @@ commands = 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