Merge "Add debug testenv in tox"

This commit is contained in:
Jenkins 2016-01-15 11:03:12 +00:00 committed by Gerrit Code Review
commit 7361b9ec49
1 changed files with 11 additions and 0 deletions

11
tox.ini
View File

@ -18,6 +18,17 @@ deps = setuptools<3.2
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:debug]
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:debug-py27]
basepython = python2.7
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:debug-py34]
basepython = python3.4
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:pep8]
commands =
flake8