From a8e161ba7056cd23c1823de1c048e8ee0b16617d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:06:14 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I68943058d613387ea5bb675dc720148318989afd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da76111..edc01fe 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 [testenv]