Merge "add debug testenv in tox"

This commit is contained in:
Jenkins 2016-01-14 10:38:30 +00:00 committed by Gerrit Code Review
commit a31c1c71f7
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@ commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:cover]
commands = {toxinidir}/tools/cover.sh {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 {posargs}