Merge "Add debug environment to tox"
This commit is contained in:
commit
d9b54d6c52
6
tox.ini
6
tox.ini
@ -28,6 +28,12 @@ commands =
|
|||||||
coverage combine
|
coverage combine
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
||||||
|
[testenv:debug]
|
||||||
|
deps =
|
||||||
|
oslotest
|
||||||
|
{[testenv]deps}
|
||||||
|
commands = oslo_debug_helper -t tripleoclient/tests {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user