Drop pypy testing

The pypy job is always failing, drop it.

Change-Id: Ibc80d23846b364bfcd82043430ef71ad4b6e271b
This commit is contained in:
Andreas Jaeger 2020-04-12 20:41:23 +02:00
parent 78edffa46c
commit f9f2090a02
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-pypy-jobs-nonvoting
- openstack-python-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py37,pypy,pep8
envlist = py27,py37,pep8
minversion = 2.0
skipsdist = True