From fc2dbf870741050afc6b955fb8723826dc5e93b0 Mon Sep 17 00:00:00 2001 From: "ritesh.arya" Date: Thu, 29 Jun 2017 18:49:24 +0530 Subject: [PATCH] PyPy is not checked at gate. Change-Id: I39f7080ddc8379b36246d718c8cf3f2aa2e720a9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index db333dd..fcd1fb2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,pypy,pep8 +envlist = py27,pep8 skipsdist = True [testenv]