From 9261d51e5535ad60efd5e48a7a6c7115ef0db3c7 Mon Sep 17 00:00:00 2001 From: maike Date: Sun, 5 Jul 2020 19:26:16 +0200 Subject: [PATCH] [tests] Run tests with python 3.6-3.8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5539521..193b838 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, black, pytest +envlist = py38, py37, py36, black, pytest [testenv] deps = .