From d066422eaf2ebdc32776a4fa99e4cfe6159acc9d Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 02:15:36 -0500 Subject: [PATCH] Add Python 3.7 to tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.25.1