Revert "Revert "ci: Travis: add pypy3 to allowed failures temporarily""
This reverts commit a6dc283133
.
This commit is contained in:
parent
63099bc282
commit
e770db4c91
|
@ -90,6 +90,9 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: '3.8-dev'
|
- python: '3.8-dev'
|
||||||
env: TOXENV=py38-xdist
|
env: TOXENV=py38-xdist
|
||||||
|
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
|
||||||
|
- env: TOXENV=pypy3-xdist
|
||||||
|
python: 'pypy3'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in New Issue