From af2f7139d7101a9f59f642ea06d610da2b047e07 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 30 Jan 2020 09:14:31 -0500 Subject: [PATCH] updated the tox config file to remove Python 3.6 environment and coverage #354 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index eaedeb8..cc3903b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = py36,py37,coverage +envlist = py37 +;envlist = py36,py37,coverage # Define the minimal tox version required to run; if the host # tox is less than this the tool with create an environment and @@ -23,4 +24,3 @@ commands = python setup.py check -m -s py.test tests {posargs} codecov -