Merge "Add oslo_debug_helper to tox.ini"

This commit is contained in:
Jenkins 2017-02-15 05:38:26 +00:00 committed by Gerrit Code Review
commit fc711427a8
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:debug]
commands = oslo_debug_helper -t senlinclient/tests {posargs}
[testenv:docs]
commands=
python setup.py build_sphinx