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