From 02dbfc1137fc28515a61e10ec9fb0c03f804cb02 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:07:36 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: Ia45f84ae1068eae2384a27a8182ac14cc5a46daa --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 72a7b8b68..a3cd2b3b1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 minversion = 1.6 skipsdist = True