ci: Travis: add pypy3 to allowed failures temporarily (#5340)

ci: Travis: add pypy3 to allowed failures temporarily
This commit is contained in:
Bruno Oliveira 2019-05-30 21:37:55 -03:00 committed by GitHub
commit c5de8e8c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,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:
- |