From dcdcf627e3339017215c63bf3f2fe3d0ab6a5ac1 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Mon, 29 Sep 2014 16:16:36 +0400 Subject: [PATCH] Add py34 into tox list of envs Change-Id: I7431cecda6f7d30e7ea1997e784051ed86ad8b18 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1225afed..8760276ca 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 minversion = 1.6 skipsdist = True