From 3a40848786a0cd9d933ab62f2b2a90a7d375ba45 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:07:00 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I1bea00da2090a381cc774ca0b2e678ffa92a301b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 228c5e052..6c4666df5 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