Merge "Fix coverage job"

This commit is contained in:
Zuul 2018-07-09 19:14:31 +00:00 committed by Gerrit Code Review
commit bb7162b26d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ basepython = python3
# https://bitbucket.org/ned/coveragepy/issues/519/
setenv =
{[testenv]setenv}
PYTHON=coverage run --source nova --parallel-mode
PYTHON=coverage run --source nova,nova_powervm --parallel-mode
commands =
{[testenv]commands}
coverage erase