From 1835ee4f5a96c1d81e2e0f2149e8b750c4e6bab2 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Sat, 11 May 2024 14:19:23 +0100 Subject: [PATCH] Remove py35 and py36 envs from tox.ini --- tox.ini | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tox.ini b/tox.ini index df0d950..4692140 100644 --- a/tox.ini +++ b/tox.ini @@ -28,16 +28,6 @@ basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands = stestr run {posargs} -[testenv:py35] -basepython = python3.5 -deps = -r{toxinidir}/test-requirements.txt -commands = stestr run {posargs} - -[testenv:py36] -basepython = python3.6 -deps = -r{toxinidir}/test-requirements.txt -commands = stestr run {posargs} - [testenv:pep8] basepython = python3 deps = -r{toxinidir}/test-requirements.txt