We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0154f4 + fd25f0c commit 43edec2Copy full SHA for 43edec2
.travis.yml
@@ -26,6 +26,9 @@ jobs:
26
if: tag IS present
27
script: tox -e release
28
after_success: skip
29
+ allow_failures:
30
+ # suppress failures due to pypa/setuptools#2000
31
+ - python: pypy3
32
33
cache: pip
34
tox.ini
@@ -7,6 +7,8 @@ envlist=python
7
minversion = 3.2
8
requires =
9
tox-pip-version >= 0.0.6
10
+ # workaround for #1998
11
+ virtualenv < 20
12
13
[helpers]
14
# Custom pip behavior
0 commit comments