From 75704b4113dc747c4ab0cea7316384048e1808c3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 23 Jan 2021 07:18:04 -0600 Subject: [PATCH] Remove Python 3.5 from tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b65da48..6374a79 100644 --- 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 -- 2.25.1