Add debug-py34 to tox.ini

Change-Id: I547fe58930e8c77ac9cf171adde0b7227ce11269
This commit is contained in:
Feng Shengqin 2017-01-19 18:49:43 +08:00
parent 61b9bb4f29
commit d86b2019a1
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ commands = oslo_debug_helper {posargs}
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:debug-py34]
basepython = python3.4
commands = oslo_debug_helper {posargs}
[testenv:functional-api]
sitepackages = True
setenv = {[testenv]setenv}