From c025b071305963bfbf808031bed17e27e8b4cd4b Mon Sep 17 00:00:00 2001 From: Anusree Date: Wed, 21 Mar 2018 18:18:25 +0530 Subject: [PATCH] pypy not checked at gate Change-Id: I0cb3208aa193bc75a77a6e192e947eb6cc4f8cfd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 039a870..df80fd6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pypy,pep8 +envlist = py35,py27,pep8 [testenv] install_command = pip install {opts} {packages}