Show statistics after running coverage

TrivialFix

Similar to what was done here: I98a350d5eb9c217c99adf151e207523601712316

Change-Id: I78d577b2dc0e2378ec88bb4e938a41b0b0333985
This commit is contained in:
Aaron Rosen 2016-07-05 13:51:57 -07:00
parent 2607643ddb
commit 2bee0a331f
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ commands = bandit -r vmware_nsx -n 5 -ll
[testenv:cover]
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:venv]
commands = {posargs}