Skip to content

Commit fd25f0c

Browse files
committed
Suppress failures due to unfortunate combination of issues. Ref #2000.
1 parent 35d0527 commit fd25f0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
if: tag IS present
2828
script: tox -e release
2929
after_success: skip
30+
allow_failures:
31+
# suppress failures due to pypa/setuptools#2000
32+
- python: pypy3
3033

3134
cache: pip
3235

0 commit comments

Comments
 (0)