diff --git a/tox.ini b/tox.ini index 4c13ceeb69..e69517f753 100644 --- a/tox.ini +++ b/tox.ini @@ -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}