From 5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 15 Dec 2019 20:24:56 -0600 Subject: set the minimum supported version at py36 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 441a118a8..34eb11317 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = lint, - py34,py35,py36,py37,pypy3, + py36,py37,pypy3, docs,py36-cover,coverage, [testenv] -- cgit v1.2.3 From 4ec93ffe23cbf3acbbfc68236696ee474ddf73ba Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 23 Dec 2019 11:56:55 -0600 Subject: Update tox.ini Co-Authored-By: Steve Piercy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 34eb11317..f2a2b7243 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = lint, - py36,py37,pypy3, + py36,py37,py38,pypy3, docs,py36-cover,coverage, [testenv] -- cgit v1.2.3 From e268aa622f57fd76b06fc6203448143f4fbe7652 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 23 Dec 2019 12:08:50 -0600 Subject: restore py35 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f2a2b7243..1d68122f4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = lint, - py36,py37,py38,pypy3, + py35,py36,py37,py38,pypy3, docs,py36-cover,coverage, [testenv] -- cgit v1.2.3