From 603bac9b2218ba78a04d42bb5f77535f256bb559 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:11:45 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I6dff7188ab26c59facf5b9566c48cb4684c422bb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e163a1f6..0cf26d75 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] deps = -r{toxinidir}/requirements.txt