diff --git a/tox.ini b/tox.ini index 61e877780..f7b94a271 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands = {posargs} [testenv:cover] commands = python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands =