From edfe9cb285a71aced6c8d2b2669fb9f21dc30cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Tr=C3=B6litzsch?= <46501118+marcfrederick@users.noreply.github.com> Date: Sun, 8 Sep 2019 16:36:51 +0200 Subject: [PATCH] Adding py37 to the tox.ini (#233) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7b5586f..863aa51 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,flake +envlist = py27,py34,py35,py36,py37,flake [testenv] deps = -- GitLab