From 8bf73227dd64009d0812b28fd5877078c08c2c20 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 22 Mar 2020 18:14:05 +0100 Subject: Disable Travis pypy jobs Can't figure how to run them properly. --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b03ea61f..680c21d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,11 @@ matrix: env: TOXENV=py37-functest,docs,build - python: '3.8' env: TOXENV=py38-functest - - python: 'pypy2.7' - env: TOXENV=pypy-functest - - python: 'pypy3.5' - env: TOXENV=pypy3-functest +# TODO: figure out how to run pypy jobs +# - python: 'pypy2.7' +# env: TOXENV=pypy-functest +# - python: 'pypy3.5' +# env: TOXENV=pypy3-functest install: - pip install tox script: -- cgit v1.2.1