From: Harmon Date: Sat, 26 Dec 2020 09:08:07 +0000 (-0600) Subject: Remove Python 2.7 from tox configuration X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4f66f7b698971e405a5350ae73209df03cea89f0;p=tweepy.git Remove Python 2.7 from tox configuration --- 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