Change testenv from py34 to py35
Change testenv:debug34 to testenv:debug35 Change-Id: I49a63aabb33ff117842455d475fb8eab0e086912
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -23,8 +23,8 @@ commands = oslo_debug_helper -t heatclient/tests {posargs}
|
|||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands = oslo_debug_helper -t heatclient/tests {posargs}
|
commands = oslo_debug_helper -t heatclient/tests {posargs}
|
||||||
|
|
||||||
[testenv:debug-py34]
|
[testenv:debug-py35]
|
||||||
basepython = python3.4
|
basepython = python3.5
|
||||||
commands = oslo_debug_helper -t heatclient/tests {posargs}
|
commands = oslo_debug_helper -t heatclient/tests {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Reference in New Issue
Block a user