Skip to content

Commit

Permalink
Add coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Sep 29, 2016
1 parent cfea895 commit f27bb1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
develop = .
extends = https://raw.githubusercontent.com/zopefoundation/groktoolkit/resurrection-python3/grok.cfg
parts =
coverage
interpreter
test
versions = versions
Expand All @@ -14,6 +15,12 @@ recipe = zc.recipe.egg
eggs = grokcore.view
interpreter = python

[coverage]
recipe = zc.recipe.egg
eggs =
coverage
${test:eggs}

[test]
recipe = zc.recipe.testrunner
eggs = grokcore.view
Expand Down

0 comments on commit f27bb1f

Please sign in to comment.