From e4fd5ec1aeef2d8b69dc5c04b34719a4b2de3728 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 20 Sep 2018 18:25:46 +0200 Subject: [PATCH] tox: add python 3.7 to envlist previous CI build was complaining --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 895f302a8..fa202c7e6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36 +envlist = py36, py37 [testenv] deps=