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