From 42731a21e6c2cf22fc0f781409b71afd1b56abf6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:05:43 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I5ba556b1abb65050cffed76e354c164754552232 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bac7c7607..19a63cc68 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pypy,pep8 +envlist = py26,py27,py33,py34,pypy,pep8 minversion = 1.6 skipsdist = True