From fd25f0cdaa63f20effefc96f195b0e909fac8c75 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 15 Feb 2020 14:07:11 -0500 Subject: [PATCH] Suppress failures due to unfortunate combination of issues. Ref #2000. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3ad310b3..3ce1bf07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,9 @@ jobs: if: tag IS present script: tox -e release after_success: skip + allow_failures: + # suppress failures due to pypa/setuptools#2000 + - python: pypy3 cache: pip