From 94513614a114e19dbb1cfeced5d94560e4473005 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:05:59 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I4a9c0444af0abf408ffd3899106f4cacf3c93aa1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 54bd3ff2..c3de1a65 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # Python Trove Client [tox] -envlist = py26,py27,py33,pypy,pep8 +envlist = py26,py27,py33,py34,pypy,pep8 minversion = 1.6 skipsdist = True