From e86641fd0b45b76a40bd459fff7d977cfa59004e Mon Sep 17 00:00:00 2001 From: Saju Date: Wed, 21 Mar 2018 21:07:04 +0530 Subject: [PATCH] pypy is not checked at gate Change-Id: I9aa2f3770610570166fc7004df1e05da9c5e0d4a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a660749..5c29f8c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py35,py27,pypy,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]