Remove Python 2.7 from tox configuration
authorHarmon <Harmon758@gmail.com>
Sat, 26 Dec 2020 09:08:07 +0000 (03:08 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 26 Dec 2020 09:08:07 +0000 (03:08 -0600)
tox.ini

diff --git a/tox.ini b/tox.ini
index 3374490afa05047872500335c2004859e3c120c8..b65da482fb9da674c56c52a7f76c138a55cdf3e3 100644 (file)
--- 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