Add debug tox environment

Change-Id: I2e8599555571539e2befb5842e83ca81454fb150
This commit is contained in:
Colleen Murphy 2020-06-01 14:40:20 -07:00
parent 1a64aa8dd5
commit bce0b7d435
1 changed files with 3 additions and 0 deletions

View File

@ -59,3 +59,6 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
[testenv:debug]
commands = oslo_debug_helper -t oslo_limit/tests {posargs}