From 34565d7132aab5062de2d81ddce63095c151d0dd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:05:19 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: Ie06e59518306124e60ab9b741036015f9e977840 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3450cfc6..e87db7db 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] minversion = 1.6 -envlist = py26, py27, py33, pypy, pep8 +envlist = py26, py27, py33,py34, pypy, pep8 skipsdist = True [testenv]