From c990a5b4e0385ec9372615783da01251a32d453c Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 9 Dec 2020 15:21:39 +0000 Subject: [PATCH] tox.ini: also test on py39 by default --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8ced886b8..bcbeeeddf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.0 -envlist = mypy, py3{6,7,8}-cov, htmlcov +envlist = mypy, py3{6,7,8,9}-cov, htmlcov skip_missing_interpreters=true [testenv]