Pass "mistral_lib" to the coverage test

Otherwise it defaults to the package name which is mistral-lib, which
doesn't work.

Change-Id: Id7d0af7324934658fae6d235049a86c0c466b954
This commit is contained in:
Dougal Matthews 2017-03-15 11:40:06 +00:00
parent 3428efe315
commit 2533ecb478
1 changed files with 1 additions and 1 deletions

View File

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