Merge "Add debug-py27 and debug-py34 to tox.ini"

This commit is contained in:
Jenkins 2017-02-21 04:22:00 +00:00 committed by Gerrit Code Review
commit e35701be4b
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@ commands =
[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}
[flake8]
show-source = True
builtins = _