From 0c3441eefbd79867a913abb5eaff9a83d724b1e5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 14 Oct 2019 19:24:26 -0400 Subject: [PATCH] - add py38 to tox list Change-Id: I1488d7954b95d62e9ecd5e85747123eb7460d9cd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2