Enable coverage report

Enable coverage report in tox.ini.

Change-Id: Ifcb5d5d78e2a06e807050ce18e34e1d1f0fa1972
This commit is contained in:
yushangbin
2017-02-21 19:51:47 +08:00
parent 384e02217d
commit 23b2adcc68
+1
View File
@@ -98,6 +98,7 @@ commands =
coverage erase
find . -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:debug]
commands =