From e2c5a3c49870d5fab860825342d06bcb4a385ead Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 May 2020 14:12:27 +0300 Subject: [PATCH] Add Python 3.8 for Tox --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 48792b86..e8e8bdb2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,13 +13,13 @@ # limitations under the License. [tox] -envlist = py27,py37 +envlist = py27,py37,py38 [testenv] passenv = * usedevelop = True deps = - py36,py37: black + py36,py3,py38: black isort pylint pytest