Remove pypy job

Pypy is not tested in OpenStack anymore, remove the job.

Change-Id: I747f30a385b8163ac1ea173b0a8024c281fc272b
This commit is contained in:
jacky06 2020-05-17 17:50:46 +08:00
parent aabd532da9
commit 135f3a347a
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 3.1 minversion = 3.1
skipsdist = True skipsdist = True
envlist = pep8,py37,pypy envlist = pep8,py37
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]
@ -27,9 +27,6 @@ basepython = python3.6
[testenv:py37] [testenv:py37]
basepython = python3.7 basepython = python3.7
[testenv:pypy]
basepython = pypy
[testenv:debug] [testenv:debug]
commands = oslo_debug_helper -t kolla/tests {posargs} commands = oslo_debug_helper -t kolla/tests {posargs}