summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-05-30 06:37:53 +0200
committerDaniel Hahler <git@thequod.de>2019-05-30 06:37:53 +0200
commit5ac498ea9634729d3281d67a8cd27d20a34cf684 (patch)
tree1ef55e97da43b14eb090266f40004e6b3f121781 /.travis.yml
parentb10f28949d74112191825d76902f9f8a22a81270 (diff)
downloadpytest-5ac498ea9634729d3281d67a8cd27d20a34cf684.tar.gz
ci: Travis: add pypy3 to allowed failures temporarily
Ref: https://github.com/pytest-dev/pytest/pull/5334 Ref: https://github.com/pytest-dev/pytest/issues/5317
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ecbba1255..442a2761f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
- |