Merge "Add oslo_debug_helper to tox.ini"

This commit is contained in:
Jenkins 2017-01-19 10:13:47 +00:00 committed by Gerrit Code Review
commit a73844b266

@ -14,6 +14,9 @@ commands =
/usr/bin/find . -type f -name "*.py[co]" -delete
python setup.py testr --testr-args='{posargs}'
[testenv:debug]
commands = oslo_debug_helper {posargs}
[testenv:pep8]
commands =
flake8 {posargs} cloudkitty