Remove pypy

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

Change-Id: If462d6a5e2304ebc6647087cad89007fe2576acb
This commit is contained in:
wu.chunyang 2020-07-03 21:53:36 +08:00
parent 15d112bb32
commit f1f10385fa
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ environments sequentially and pep8 style guideline run::
You can also selectively pick specific test environments by listing your
chosen environments after a -e flag::
$ tox -e py35,py27,pep8,pypy
$ tox -e py3,pep8
.. note::
Tox sets up virtual environment and installs all necessary dependencies.

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py3,pep8,pypy
envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict=true