Merge "Add debug testenv in tox"

This commit is contained in:
Jenkins 2016-04-26 02:49:33 +00:00 committed by Gerrit Code Review
commit 4de857f0fb

11
tox.ini
View File

@ -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