Skip to content

Commit

Permalink
Merge branch 'maint/44.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 15, 2020
2 parents c0154f4 + fd25f0c commit 43edec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43edec2

Please sign in to comment.