From 79a26fcee8b61ba0729f2689e23f43a9573d6bdd Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 30 Dec 2019 12:11:09 +0100 Subject: [PATCH] tox.ini: Add py38 to the tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1e3ba53..793ea3b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py34, py35, py36, py37, pypy +envlist = py27, py34, py35, py36, py37, py38, pypy [testenv] commands = py.test -vv