From a010edc26b4a77b0c3481fa2d932ec328ee48c67 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:03:23 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I6b9f7dd4fc4f5e876f566816e19aabd902f5481a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a3275bc9..ac80a74a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py33,py26,py27,pypy,pep8 +envlist = py33,py34,py26,py27,pypy,pep8 [testenv] distribute = False