From: Mike Bayer Date: Mon, 14 Oct 2019 23:24:26 +0000 (-0400) Subject: - add py38 to tox list X-Git-Tag: rel_1_3_11~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3441eefbd79867a913abb5eaff9a83d724b1e5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add py38 to tox list Change-Id: I1488d7954b95d62e9ecd5e85747123eb7460d9cd --- diff --git a/tox.ini b/tox.ini index 0b4b77e167..4b8672cdde 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist = py{27,34,35,36,37}-{cext,nocext} +envlist = py{27,34,35,36,37,38}-{cext,nocext} [testenv] # note that we have a .coveragerc file that points coverage specifically