diff --git a/tox.ini b/tox.ini index 1ac373fc..3d5f89d5 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,9 @@ commands = bandit-baseline -r bandit -ll -ii [testenv:cover] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:openstack_coverage] deps = PyYAML>=3.1.0