diff options
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | tox.ini | 2 |
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 @@ -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 |
