From: Mike Bayer Date: Mon, 5 Mar 2018 14:43:26 +0000 (-0500) Subject: Add python 3.7 environment X-Git-Tag: rel_1_3_0b1~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243f980479c8c05e927a39af649db6dfb67993f4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add python 3.7 environment Change-Id: I4ed7bd6ffd1c8c9b5169cf21709ec19801580126 --- 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