Merge "Add debug environment to tox"

This commit is contained in:
Jenkins 2015-10-12 07:53:41 +00:00 committed by Gerrit Code Review
commit d9b54d6c52

View File

@ -28,6 +28,12 @@ commands =
coverage combine
coverage report -m
[testenv:debug]
deps =
oslotest
{[testenv]deps}
commands = oslo_debug_helper -t tripleoclient/tests {posargs}
[testenv:docs]
commands = python setup.py build_sphinx