From b5bbb4059161c81227e76f71f29024878d43abf3 Mon Sep 17 00:00:00 2001 From: bhavani Date: Thu, 9 Mar 2017 15:13:41 +0530 Subject: [PATCH] Added the py35 env The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I7bc1fafbd733fd7f340c3aab788a453c35b5dd8a --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 38479371d..5dcd581a3 100644 --- a/tox.ini +++ b/tox.ini @@ -45,8 +45,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:migration]