diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-15 14:07:11 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-15 14:07:11 -0500 |
commit | fd25f0cdaa63f20effefc96f195b0e909fac8c75 (patch) | |
tree | abe858150fbdb56c2f96396cf34b366f1aed1886 | |
parent | 35d052786f0967b7b2cee2f30d574992376e32b7 (diff) | |
download | external_python_setuptools-fd25f0cdaa63f20effefc96f195b0e909fac8c75.tar.gz external_python_setuptools-fd25f0cdaa63f20effefc96f195b0e909fac8c75.tar.bz2 external_python_setuptools-fd25f0cdaa63f20effefc96f195b0e909fac8c75.zip |
Suppress failures due to unfortunate combination of issues. Ref #2000.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |