From 234649426800fac610694443f885630c16128940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Thu, 26 Nov 2020 23:45:10 +0100 Subject: [PATCH] Test with Tox on Python3.9 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e76fbb1..363e608 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,8 @@ # and then run "tox" from this directory. [tox] -# envlist = py27,py34,py35,py36,py37 -envlist = py38 +# envlist = py27,py34,py35,py36,py37,py38,py39 +envlist = py39 [testenv] commands =