From 6fe32fecebec6024692bd978e45906baf8510159 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 27 May 2021 20:49:01 +0530 Subject: [PATCH] Remove Python 3.5 env from tox config Signed-off-by: Nabarun Pal --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 93685c74e..9c7e4b7e0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = - py3{5,6,7,8,9} - py3{5,6,7,8,9}-functional + py3{6,7,8,9} + py3{6,7,8,9}-functional [testenv] passenv = TOXENV CI TRAVIS TRAVIS_*