Skip to content

Commit c5de8e8

Browse files
authored
ci: Travis: add pypy3 to allowed failures temporarily (#5340)
ci: Travis: add pypy3 to allowed failures temporarily
2 parents 882f3a4 + 5ac498e commit c5de8e8

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
@@ -112,6 +112,9 @@ matrix:
112112
allow_failures:
113113
- python: '3.8-dev'
114114
env: TOXENV=py38-xdist
115+
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
116+
- env: TOXENV=pypy3-xdist
117+
python: 'pypy3'
115118

116119
before_script:
117120
- |

0 commit comments

Comments
 (0)