Add debug environment to tox
Change-Id: Idd01fa7ebc9171796242bcea70cae3708b86a19f
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -85,3 +85,10 @@ deps = pip_check_reqs
|
|||||||
commands=
|
commands=
|
||||||
pip-extra-reqs -d --ignore-file=refstack/tests/* refstack
|
pip-extra-reqs -d --ignore-file=refstack/tests/* refstack
|
||||||
pip-missing-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}
|
||||||
|
Reference in New Issue
Block a user