From 135f3a347a70e31de8954430c61ea8f4626bddd9 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Sun, 17 May 2020 17:50:46 +0800 Subject: [PATCH] Remove pypy job Pypy is not tested in OpenStack anymore, remove the job. Change-Id: I747f30a385b8163ac1ea173b0a8024c281fc272b --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 479cdf629e..ebe8a2ac8b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1 skipsdist = True -envlist = pep8,py37,pypy +envlist = pep8,py37 ignore_basepython_conflict = True [testenv] @@ -27,9 +27,6 @@ basepython = python3.6 [testenv:py37] basepython = python3.7 -[testenv:pypy] -basepython = pypy - [testenv:debug] commands = oslo_debug_helper -t kolla/tests {posargs}