From 220072c2fed5c94cbd60a7363d060a3355a83562 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:07:44 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I450c86e62d6d1da8292e22d81dfcaf7ebbeb1942 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cc13ca16..f069366a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pypy,pep8 +envlist = py26,py27,py33,py34,pypy,pep8 skipsdist = True [testenv]