Remove Python 3.5 from tox configuration
authorHarmon <Harmon758@gmail.com>
Sat, 23 Jan 2021 13:18:04 +0000 (07:18 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 23 Jan 2021 13:18:04 +0000 (07:18 -0600)
tox.ini

diff --git a/tox.ini b/tox.ini
index b65da482fb9da674c56c52a7f76c138a55cdf3e3..6374a7930f3fd081ff8ac24e159a81180073f6d2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py35, py36, py37, py38, py39
+envlist = py36, py37, py38, py39
 
 [testenv]
 commands = python setup.py nosetests