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