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

Commit

Permalink
coverage.py 4.0 changed quite a lot, someone needs to update z3c.cove…
Browse files Browse the repository at this point in the history
…rage
  • Loading branch information
agroszer committed Oct 10, 2015
1 parent c4a9298 commit 2755106
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[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 @@ -58,7 +58,7 @@ def read(*rnames):
),
install_requires=[
'setuptools',
'coverage',
'coverage < 4.0',
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 2755106

Please sign in to comment.