buildout section to build jscoverage added.
svn path=/plone.app.discussion/trunk/; revision=39220
This commit is contained in:
parent
7f8522672c
commit
6b53b7bad2
@ -9,6 +9,7 @@ parts +=
|
|||||||
coverage-test
|
coverage-test
|
||||||
coverage-report
|
coverage-report
|
||||||
jscoverage
|
jscoverage
|
||||||
|
jscoverage-test
|
||||||
pylint
|
pylint
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
@ -33,6 +34,10 @@ scripts = coveragereport
|
|||||||
arguments = ('coverage', 'report')
|
arguments = ('coverage', 'report')
|
||||||
|
|
||||||
[jscoverage]
|
[jscoverage]
|
||||||
|
recipe = zc.recipe.cmmi
|
||||||
|
url = http://siliconforks.com/jscoverage/download/jscoverage-0.5.tar.bz2
|
||||||
|
|
||||||
|
[jscoverage-test]
|
||||||
recipe = collective.recipe.template
|
recipe = collective.recipe.template
|
||||||
input = inline:
|
input = inline:
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user