From 1b12a748eb92d63dfb923aee0bdee8cfd0327e26 Mon Sep 17 00:00:00 2001 From: Nestor Acuna-Blanco Date: Fri, 12 May 2023 08:23:32 +0200 Subject: [PATCH] remove support for python2 in the tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8af8ba22..eedeb610 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py27,py39 +envlist = py39 [testenv] # install pytest in the virtualenv where commands will be executed