From 0fbc4ff195dc243efab96547ad8084943b422275 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:05:35 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I4cdd32676de74c2628754a5df6d251605a25e1fb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9781c354e..82c2435d7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 [testenv] usedevelop = True