Change testenv from py34 to py35

Change testenv:debug34 to testenv:debug35

Change-Id: I49a63aabb33ff117842455d475fb8eab0e086912
This commit is contained in:
Nguyen Hai 2018-03-16 15:35:38 +09:00
parent f41ad78cd4
commit aab5b85811
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ commands = oslo_debug_helper -t heatclient/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:debug-py34]
basepython = python3.4
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:pep8]