From 429b8eb73d9ad015b9b0360a1deb5f96b20ac30e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:07:29 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I5fccc6f1d280be56d36fdb8649d45d47725ab321 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d3d0d3..82afe19 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 minversion = 1.6 skipsdist = True