Merge "Add debug tox environment"

This commit is contained in:
Zuul 2020-06-05 22:08:08 +00:00 committed by Gerrit Code Review
commit 0b35c1614c
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}