From 4f66f7b698971e405a5350ae73209df03cea89f0 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 26 Dec 2020 03:08:07 -0600 Subject: [PATCH] Remove Python 2.7 from tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3374490..b65da48 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35, py36, py37, py38, py39 +envlist = py35, py36, py37, py38, py39 [testenv] commands = python setup.py nosetests -- 2.25.1