Enable tests coverage report when run tox -ecover
Change-Id: I67899041ba658af8bca36475e79e1362575c9e94
This commit is contained in:
parent
693b93d77f
commit
82b4781972
4
tox.ini
4
tox.ini
@ -18,7 +18,9 @@ commands = flake8 {posargs}
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
||||
commands =
|
||||
python setup.py test --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
Loading…
x
Reference in New Issue
Block a user