From 821478ab0841ec1e83542cb5af45d9494d57e2b4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 13 Apr 2018 15:52:26 -0400 Subject: [PATCH] remove obsolete tox environments We no longer need to support 3.4 and 3.5 is covered by the default debug environment. Change-Id: I1ca069ea14c619bf64101c1c84bd1b4c3a2d2691 Signed-off-by: Doug Hellmann --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 823e625..bad7d67 100644 --- a/tox.ini +++ b/tox.ini @@ -22,14 +22,6 @@ commands = oslo_debug_helper {posargs} basepython = python2.7 commands = oslo_debug_helper {posargs} -[testenv:debug-py34] -basepython = python3.4 -commands = oslo_debug_helper {posargs} - -[testenv:debug-py35] -basepython = python3.5 -commands = oslo_debug_helper {posargs} - [testenv:pep8] commands = flake8