Merge "Fix coverage option and execution"

This commit is contained in:
Jenkins 2016-05-23 23:15:00 +00:00 committed by Gerrit Code Review
commit 1afd5e916d

View File

@ -22,7 +22,7 @@ commands = flake8
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --coverage-package-name='os_testr' --testr-args='{posargs}'
commands = python setup.py test --coverage --coverage-package-name='os_testr' --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx