From 5ea864da394d8acb6e1c95a1d8feb5535f15121e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 29 Oct 2020 18:08:58 +0200 Subject: [PATCH] Add py39 env --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0faae46b..bb41a67b 100644 --- a/tox.ini +++ b/tox.ini @@ -13,13 +13,13 @@ # limitations under the License. [tox] -envlist = py27,py37,py38 +envlist = py27,py37,py38,py39 [testenv] passenv = * usedevelop = True deps = - py36,py37,py38: black + py36,py37,py38,py39: black isort<5 pylint pytest