From fe77ff3f6056e40897b47974d67c2226ae59447a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 1 Oct 2020 08:36:00 -0400 Subject: [PATCH] stop pypy and nightly source tests that have been failing for awhile anyway --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2fa8ce9e..c201edee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,14 +64,14 @@ jobs: name: "Python 3.9 dev Source Testing" language: python python: 3.9-dev - - os: linux - name: "Python trunk nightly Source Testing" - language: python - python: nightly - - os: linux - name: "Python PyPi Source Testing" - language: python - python: pypy3 +# - os: linux +# name: "Python trunk nightly Source Testing" +# language: python +# python: nightly +# - os: linux +# name: "Python PyPi Source Testing" +# language: python +# python: pypy3 - os: osx name: "MacOS 10.13" language: generic