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