From 877124472249e33b8b0a4a5619f3e55858671a54 Mon Sep 17 00:00:00 2001 From: iswarya_vakati Date: Thu, 9 Mar 2017 17:42:15 +0530 Subject: [PATCH] Replaced python 3.4 to 3.5 Change-Id: I9c2da030f4a262149a4faab5b53058b68817e263 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1d02f0f..e751ec8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,8 @@ commands = oslo_debug_helper {posargs} basepython = python2.7 commands = oslo_debug_helper {posargs} -[testenv:debug-py34] -basepython = python3.4 +[testenv:debug-py35] +basepython = python3.5 commands = oslo_debug_helper {posargs} [testenv:pep8]