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