From aab5b85811c4a23dc0b66e27c771a59a91a2bec0 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Fri, 16 Mar 2018 15:35:38 +0900 Subject: [PATCH] Change testenv from py34 to py35 Change testenv:debug34 to testenv:debug35 Change-Id: I49a63aabb33ff117842455d475fb8eab0e086912 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c7250451..cbba4368 100644 --- a/tox.ini +++ b/tox.ini @@ -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]