Remove pypy job
Pypy is not tested in OpenStack anymore, remove the job. Change-Id: I747f30a385b8163ac1ea173b0a8024c281fc272b
This commit is contained in:
parent
aabd532da9
commit
135f3a347a
5
tox.ini
5
tox.ini
@ -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}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user