From e770db4c916df202b7fd404717909fa89cf7c8eb Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 3 Jun 2019 18:30:50 +0200 Subject: [PATCH] Revert "Revert "ci: Travis: add pypy3 to allowed failures temporarily"" This reverts commit a6dc283133c6ee3a3fdedacf5d363d72b58ffa88. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2f6df4d9a..17795861c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,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: - |