From: Harmon Date: Sat, 23 Jan 2021 13:18:04 +0000 (-0600) Subject: Remove Python 3.5 from tox configuration X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=75704b4113dc747c4ab0cea7316384048e1808c3;p=tweepy.git Remove Python 3.5 from tox configuration --- 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