From 8ebee3cc69cf40948b65273ada4a66ad1e6f2977 Mon Sep 17 00:00:00 2001 From: Anusree Date: Wed, 21 Mar 2018 18:16:05 +0530 Subject: [PATCH] Pypy is not checked at gate Change-Id: I03ac90112e50c80568026847b7327775ca0d26fc --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 516259e0d..df075d1bc 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] @@ -17,10 +17,6 @@ commands = ostestr --concurrency 1 {posargs} whitelist_externals = find -[testenv:pypy] -setenv = {[testenv]setenv} - JIT_FLAG=--jit off - [testenv:integration] setenv = {[testenv]setenv} ZAQAR_TEST_INTEGRATION=1