From 181166f81bde6e96f42c2adc6dccb000312c68c0 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:05:47 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I70d8cf0971d18b9b2eb967e28cedecc897721f58 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b6935c2fb4..42cf42417b 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 skipdist = True [testenv]