Merge "Use canonical cover name for coverage"

This commit is contained in:
Jenkins 2014-10-07 13:29:16 +00:00 committed by Gerrit Code Review
commit 2a3082ce4e

View File

@ -11,7 +11,7 @@ commands =
coverage combine
coverage report -m
[testenv:coverage]
[testenv:cover]
commands = coverage html {posargs:--include="*barbican*"}
[testenv:pep8]