diff --git a/tox.ini b/tox.ini index 9c71ca989..545bb6c77 100644 --- a/tox.ini +++ b/tox.ini @@ -38,6 +38,17 @@ commands = [tox:jenkins] sitepackages = True +[testenv:debug] +commands = oslo_debug_helper {posargs} + +[testenv:debug-py27] +basepython = python2.7 +commands = oslo_debug_helper {posargs} + +[testenv:debug-py34] +basepython = python3.4 +commands = oslo_debug_helper {posargs} + [testenv:pep8] commands = flake8