ci: Travis: add pypy3 to allowed failures temporarily

Ref: https://github.com/pytest-dev/pytest/pull/5334
Ref: https://github.com/pytest-dev/pytest/issues/5317
This commit is contained in:
Daniel Hahler 2019-05-30 06:37:53 +02:00
parent b10f28949d
commit 5ac498ea96
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38-xdist
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
- env: TOXENV=pypy3-xdist
python: 'pypy3'
before_script:
- |