summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--tox.ini2
2 files changed, 5 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
diff --git a/tox.ini b/tox.ini
index ddfeddf9..2d43e76f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,8 @@ envlist=python
minversion = 3.2
requires =
tox-pip-version >= 0.0.6
+ # workaround for #1998
+ virtualenv < 20
[helpers]
# Custom pip behavior