From a08206b9a95b9eeb51210b0242eb05171770579e Mon Sep 17 00:00:00 2001 From: Peter Kruczkiewicz Date: Fri, 4 Oct 2019 10:21:34 -0500 Subject: [PATCH] Update tox.ini --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cfa182b..9a4486f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,10 @@ [tox] -envlist = py36, flake8 +envlist = py36, py37, flake8 [travis] python = 3.6: py36 + 3.7: py37 [testenv:flake8] basepython = python