From 471f9f8755f4c459d295279a37c0479ea6894dda Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:07:25 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: Ibde15015cf665ca95e217381566baccee233ab37 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4ce9f7f4..2eb9ab04 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}