Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
Support coverage >= 4.0
Browse files Browse the repository at this point in the history
The actual fix was in #6,
this just drops the version constraint.
  • Loading branch information
mgedmin committed Apr 24, 2017
1 parent 60d8127 commit e5d8d3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[buildout]
develop = .
parts = test coverage-test fast-coverage-test coverage-report coverage-diff coverage
versions = versions

[versions]
coverage = < 4.0

[test]
recipe = zc.recipe.testrunner
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def read(*rnames):
),
install_requires=[
'setuptools',
'coverage < 4.0',
'coverage',
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit e5d8d3b

Please sign in to comment.