Skip to content

Commit

Permalink
ci: Travis: add pypy3 to allowed failures temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed May 30, 2019
1 parent b10f289 commit 5ac498e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- |
Expand Down

0 comments on commit 5ac498e

Please sign in to comment.