Skip to content

Commit

Permalink
add test coverage report to development buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Sep 23, 2012
1 parent 3ea94a6 commit 6b64f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.installed.cfg
.mr.developer.cfg
bin/
coverage/
develop-eggs/
downloads/
eggs/
Expand Down
4 changes: 4 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ package-name = collective.prettydate
package-extras = [test]

parts +=
createzopecoverage
omelette
pyflakes
pep8
static_check

[createzopecoverage]
recipe = createzopecoverage

[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
Expand Down

0 comments on commit 6b64f62

Please sign in to comment.