From 243f980479c8c05e927a39af649db6dfb67993f4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 5 Mar 2018 09:43:26 -0500 Subject: [PATCH] Add python 3.7 environment Change-Id: I4ed7bd6ffd1c8c9b5169cf21709ec19801580126 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bad98c9c5f..74c29cbc63 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist = py{27,34,35,36}-{cext,nocext} +envlist = py{27,34,35,36,37}-{cext,nocext} [testenv] # note that we have a .coveragerc file that points coverage specifically -- 2.47.2