From 4fbad49972b73c52ef16319a787bf3b339454dd3 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Sun, 29 Mar 2015 04:28:11 +0000 Subject: [PATCH] Add py34 to tox We gate on py34, so we shoudl add it to our tox config. Change-Id: I0d21cdd47841af8d05df7b36b2302f13bda3367b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2b89acc3..b0fcb1e2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py26,py27,py34,pep8 minversion = 1.6 skipsdist = True