mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
pin coverage>=4.0,<4.4 (#1571)
This commit is contained in:
parent
0e4e0779e6
commit
92afaa5ce8
@ -22,7 +22,8 @@ matrix:
|
||||
- env: TOXENV=py36-dev
|
||||
- env: TOXENV=py37
|
||||
install: pip install tox
|
||||
script: tox
|
||||
# TODO: https://github.com/tox-dev/tox/issues/149
|
||||
script: tox --recreate
|
||||
cache:
|
||||
directories:
|
||||
- .tox
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
coverage>=4.0,<4.4 # TODO: https://github.com/benoitc/gunicorn/issues/1548
|
||||
pytest==3.0.5
|
||||
pytest-cov==2.4.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user