From 19cddb559180ea22e26b7171f26ea692c32ee967 Mon Sep 17 00:00:00 2001 From: deepakmourya Date: Wed, 14 Jun 2017 11:54:08 +0530 Subject: [PATCH] Remove py34 and pypy in tox No gate check for py34 and pypy Change-Id: Idcc0dd485d94ab66e52e086c6d5cda268c5aea07 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9bb35bbe1..e4aa17752 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py35,py27,pypy,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]