From edf118d0fa5ff5eac42625d164c121ca5c4559ac Mon Sep 17 00:00:00 2001 From: "Eevee (Lexy Munroe)" Date: Mon, 4 Jan 2016 15:21:55 -0800 Subject: Add py34 and py35 to tox.ini --- tox.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index da497db..417bfe3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33 +envlist = py26,py27,py32,py33,py34,py35 [testenv] commands = unit2 discover @@ -19,3 +19,11 @@ deps = [testenv:py33] deps = unittest2py3k + +[testenv:py34] +deps = + unittest2py3k + +[testenv:py35] +deps = + unittest2py3k -- cgit v1.2.1