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