From 47022b36cb5e235d26c1d50503c0705faf56e378 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 7 Jun 2019 11:01:23 +0200 Subject: [PATCH] ci: Travis: remove pypy3 job for now Ref: https://github.com/pytest-dev/pytest/issues/5317#issuecomment-499019928 --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 073017a99..0fa2ff0de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,10 +37,6 @@ jobs: - env: TOXENV=py37 python: '3.7' - # Coverage tracking is slow with pypy, skip it. - - env: TOXENV=pypy3-xdist - python: 'pypy3' - - env: TOXENV=py35-xdist python: '3.5' @@ -90,10 +86,6 @@ matrix: allow_failures: - python: '3.8-dev' env: TOXENV=py38-xdist - # failing due to ResourceWarning exceptions: - # https://github.com/pytest-dev/pytest/issues/5317 - - env: TOXENV=pypy3-xdist - python: 'pypy3' before_script: - |