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

Change-Id: Id92fd6f9bf0ea3460d449984a66195a455666ae9
This commit is contained in:
Feng Shengqin 2017-01-19 18:39:21 +08:00
parent 44da21a8f4
commit 334cbd3e9e
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 = _