Add debug environment to tox
Change-Id: Idd01fa7ebc9171796242bcea70cae3708b86a19f
This commit is contained in:
parent
fab8d8a785
commit
45f00cc13f
7
tox.ini
7
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user