Merge "fix the command of test cover"

This commit is contained in:
Jenkins 2017-03-19 09:38:03 +00:00 committed by Gerrit Code Review
commit 9dc362599d

View File

@ -26,7 +26,7 @@ commands = {posargs}
[testenv:cover]
commands =
python setup.py test --coverage --testr-args='{posargs}'
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]