Skip to content

Commit 43edec2

Browse files
committed
Merge branch 'maint/44.x'
2 parents c0154f4 + fd25f0c commit 43edec2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

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

3033
cache: pip
3134

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ envlist=python
77
minversion = 3.2
88
requires =
99
tox-pip-version >= 0.0.6
10+
# workaround for #1998
11+
virtualenv < 20
1012

1113
[helpers]
1214
# Custom pip behavior

0 commit comments

Comments
 (0)