Merge "Add oslo_debug_helper to tox.ini"

This commit is contained in:
Jenkins 2015-07-16 14:27:41 +00:00 committed by Gerrit Code Review
commit b468310d54

View File

@ -45,4 +45,7 @@ import_exceptions = oslo_service._i18n
# this also means that pip-missing-reqs must be installed separately, outside
# of the requirements.txt files
deps = pip_missing_reqs
commands = pip-missing-reqs -d --ignore-module=oslo_service* --ignore-module=pkg_resources --ignore-file=oslo_service/tests/* oslo_service
commands = pip-missing-reqs -d --ignore-module=oslo_service* --ignore-module=pkg_resources --ignore-file=oslo_service/tests/* oslo_service
[testenv:debug]
commands = oslo_debug_helper -t oslo_service/tests {posargs}