From ed1475086797daa7e812295f44994b57b4eed529 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 12 Apr 2016 15:16:17 -0400 Subject: Add support for Python 3.5. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8fec485..f7165cd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,10 @@ [tox] envlist = - py27,py33,py34,pypy,pypy3 + py27,py33,py34,py35,pypy,pypy3 [testenv] commands = - python setup.py test -q + python setup.py -q test -q deps = zope.interface -- cgit v1.2.1