pin coverage>=4.0,<4.4 (#1571)

This commit is contained in:
Alexandre Conrad 2017-08-22 01:44:32 -07:00 committed by Berker Peksag
parent 0e4e0779e6
commit 92afaa5ce8
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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