Merge pull request #5419 from blueyed/remove-pypy3

ci: Travis: remove pypy3 job for now
This commit is contained in:
Daniel Hahler 2019-06-07 18:05:59 +02:00 committed by GitHub
commit 4f597f011d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -37,10 +37,6 @@ jobs:
- env: TOXENV=py37
python: '3.7'
# Coverage tracking is slow with pypy, skip it.
- env: TOXENV=pypy3-xdist
python: 'pypy3'
- env: TOXENV=py35-xdist
python: '3.5'
@ -90,10 +86,6 @@ matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38-xdist
# failing due to ResourceWarning exceptions:
# https://github.com/pytest-dev/pytest/issues/5317
- env: TOXENV=pypy3-xdist
python: 'pypy3'
before_script:
- |