Skip to content

Commit 5ac498e

Browse files
committed
ci: Travis: add pypy3 to allowed failures temporarily
Ref: #5334 Ref: #5317
1 parent b10f289 commit 5ac498e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ matrix:
115115
allow_failures:
116116
- python: '3.8-dev'
117117
env: TOXENV=py38-xdist
118+
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
119+
- env: TOXENV=pypy3-xdist
120+
python: 'pypy3'
118121

119122
before_script:
120123
- |

0 commit comments

Comments
 (0)