Line | |
---|
1 | [buildout] |
---|
2 | develop = . |
---|
3 | parts = test makedocs coverage-detect coverage-report |
---|
4 | #newest = false |
---|
5 | extends = http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg |
---|
6 | versions = versions |
---|
7 | |
---|
8 | [versions] |
---|
9 | Sphinx = 0.6.4 |
---|
10 | |
---|
11 | [test] |
---|
12 | recipe = zc.recipe.testrunner |
---|
13 | eggs = waeup.widgets.core [test] |
---|
14 | defaults = ['--tests-pattern', '^f?tests$', '-v'] |
---|
15 | |
---|
16 | # Collect test coverage data. |
---|
17 | [coverage-detect] |
---|
18 | recipe = zc.recipe.testrunner |
---|
19 | eggs = waeup.widgets.core [test] |
---|
20 | defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] |
---|
21 | |
---|
22 | # Create a coverage report. |
---|
23 | # Make sure to run bin/coverage-detect to collect the data for the report |
---|
24 | # first! |
---|
25 | [coverage-report] |
---|
26 | recipe = zc.recipe.egg |
---|
27 | eggs = z3c.coverage |
---|
28 | scripts = coveragereport |
---|
29 | arguments = ('${buildout:parts-directory}/coverage-detect/coverage', '${buildout:directory}/coverage-report') |
---|
30 | |
---|
31 | [makedocs] |
---|
32 | recipe = z3c.recipe.sphinxdoc |
---|
33 | eggs = waeup.widgets.core [docs] |
---|
34 | default.css = |
---|
35 | layout.html = |
---|
36 | extensions = sphinx.ext.autodoc |
---|
Note: See
TracBrowser for help on using the repository browser.