Merge "Add oslo_debug_helper to tox.ini"

This commit is contained in:
Jenkins 2017-01-23 08:03:37 +00:00 committed by Gerrit Code Review
commit 75755b2af3
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:debug]
commands = oslo_debug_helper {posargs}
[testenv:pep8]
commands = flake8