~ubuntu-branches/ubuntu/quantal/zope.sendmail/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[buildout]
develop = .
parts = test coverage-test coverage-report

[test]
recipe = zc.recipe.testrunner
eggs = zope.sendmail [test]

[coverage-test]
recipe = zc.recipe.testrunner
eggs = zope.sendmail
defaults = ['--coverage', '../../coverage']

[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coverage=coverage-report
arguments = ('coverage', 'coverage/report')