From 5ac498ea9634729d3281d67a8cd27d20a34cf684 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 30 May 2019 06:37:53 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ecbba125586..442a2761f58 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: - |