From: Harmon Date: Sat, 4 May 2019 07:15:36 +0000 (-0500) Subject: Add Python 3.7 to tox configuration X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d066422eaf2ebdc32776a4fa99e4cfe6159acc9d;p=tweepy.git Add Python 3.7 to tox configuration --- diff --git a/tox.ini b/tox.ini index 4cf2924..5790f52 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py34, py35, py36 +envlist = py27, py34, py35, py36, py37 [base] deps =