From 0aa5dea046a582c83179c6c68276e77ce842be3c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 4 Jul 2018 10:28:35 -0400 Subject: Added py37 (#149) * Added py37 to jenkins * Added py37 to tox * Added py37 trove classifier * Added py37 to travis * Added py37 to wheel builder --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2d40f24..bbc1549 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pypy,py34,py35,py36,pep8,py3pep8,packaging +envlist = py27,pypy,py34,py35,py36,py37,pep8,py3pep8,packaging [testenv] extras = -- cgit v1.2.1