Fix coverage report section.

svn path=/plone.app.discussion/trunk/; revision=39041
This commit is contained in:
Timo Stollenwerk 2010-08-26 16:04:16 +00:00
parent 867e641465
commit d4b4c56fe2
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coverage=coverage-report
scripts = coveragereport
arguments = ('coverage', 'report')
[sphinxbuilder]