Commit 43edec25 authored by Jason R. Coombs's avatar Jason R. Coombs

Merge branch 'maint/44.x'

parents c0154f47 fd25f0cd
......@@ -26,6 +26,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment