From 97a4f4e2b14d86adf275fc037526706bea100651 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 4 Jul 2018 11:23:33 -0700 Subject: [PATCH] tox: add py37 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1aca8d2..8e49272 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = {py27,py34,py35,py36,pypy} +envlist = {py27,py34,py35,py36,py37,pypy} skip_missing_interpreters = True minversion = 2.4.0