Merge "Add debug to tox environment"

This commit is contained in:
Jenkins
2016-12-13 10:36:06 +00:00
committed by Gerrit Code Review
+5
View File
@@ -83,6 +83,11 @@ commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args='{posargs}'
[testenv:debug]
commands =
find . -type f -name "*.pyc" -delete
oslo_debug_helper {posargs}
[testenv:venv]
commands = {posargs}