From 3dfe29316b5e8dcf209a2dfdcdc4632f85d48d7c Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Wed, 5 Sep 2018 22:56:55 -0600 Subject: Update waitress testing to include Python 3.7/3.8 --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b9873c6..48defa3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py27,py34,py35,py36,pypy, + py27,py34,py35,py36,py37,pypy, docs, {py2,py3}-cover,coverage @@ -13,9 +13,10 @@ basepython = py35: python3.5 py36: python3.6 py37: python3.7 + py38: python3.8 pypy: pypy py2: python2.7 - py3: python3.5 + py3: python3.7 commands = pip install waitress[testing] -- cgit v1.2.1