Add debug environment to tox

Change-Id: Idd01fa7ebc9171796242bcea70cae3708b86a19f
This commit is contained in:
Luz Cazares 2017-10-20 02:14:17 +00:00
parent fab8d8a785
commit 45f00cc13f

View File

@ -85,3 +85,10 @@ deps = pip_check_reqs
commands=
pip-extra-reqs -d --ignore-file=refstack/tests/* refstack
pip-missing-reqs -d --ignore-file=refstack/tests/* refstack
[testenv:debug]
commands = oslo_debug_helper -t refstack/tests/unit {posargs}
[testenv:debug35]
basepython = python3.5
commands = oslo_debug_helper -t refstack/tests/unit {posargs}