From c736021c171c86439a27ea01802cf9f14758d9af Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:02:52 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I046a51d8caa348025fad499ee41e86dbd25da4fd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a155e48a..828a833a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26,py27,py33,pep8,pypy +envlist = py26,py27,py33,py34,pep8,pypy [testenv] usedevelop = True