Merge "Add a debug tox environment"

This commit is contained in:
Jenkins 2017-04-10 10:30:39 +00:00 committed by Gerrit Code Review
commit b1844d5ac2

View File

@ -43,6 +43,10 @@ commands =
setenv = PYTHONHASHSEED=0
commands = {posargs:}
[testenv:debug]
envdir = {toxworkdir}/venv
commands = oslo_debug_helper -t ironic_python_agent/tests/unit {posargs}
[testenv:devenv]
envdir = devenv
usedevelop = True