From d749c89a22c80ee43dba7d6ba6d6f835747fd340 Mon Sep 17 00:00:00 2001 From: James Adams Date: Sat, 1 Feb 2020 11:03:37 -0500 Subject: [PATCH] updated the tox config file to use Python version 3.6 and 3.7 environments #53 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a16b831..cd2d136 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37 +envlist = py36,py37 # Define the minimal tox version required to run; if the host # tox is less than this the tool with create an environment and