From 9ff2b7e566716edb40bc6b9d34fde9174d60c141 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 2 Aug 2018 16:47:41 +0200 Subject: tox: Enable testing py37 by default --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0a15b18..f268eac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = begin,py27,py34,py35,py36,pypy,pypy3,incompatible-lzma,nodeps,end +envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,nodeps,end # we operate on sources anyway skipsdist = True -- cgit v1.2.3