From 7a091ce8ede2fd4072167f0bd78293d76008942f Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:04:36 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: Iadb1b695b8314d385716619561a1604a41f6c8d5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ce20147a..f02792f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py33,py26,py27,pep8 +envlist = py33,py34,py26,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}