From 0f82c1f04f6710e2f182582068f186c4fffc3f9b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 4 Jul 2018 11:34:20 -0400 Subject: Added py37 (#772) * Added py37 to travis * Added py37 trove classifier * Added py37 to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 48cd08e..eda9e4e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {pypy,pypy3,py27,py34,py35,py36}{,-cryptographyMaster,-cryptographyMinimum},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report +envlist = {pypy,pypy3,py27,py34,py35,py36,py37}{,-cryptographyMaster,-cryptographyMinimum},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report [testenv] whitelist_externals = -- cgit v1.2.1