source:
workshop2010/trunk/buildout.cfg
@
17935
Last change on this file since 17935 was 5552, checked in by , 14 years ago | |
---|---|
File size: 260 bytes |
Line | |
---|---|
1 | [buildout] |
2 | develop = . |
3 | parts = test scripts |
4 | |
5 | [scripts] |
6 | recipe = zc.recipe.egg |
7 | eggs = grokworkshop |
8 | |
9 | # Comment for test section |
10 | [test] |
11 | recipe = zc.recipe.testrunner |
12 | eggs = grokworkshop |
13 | grokworkshop[test] |
14 | defaults = ['--tests-pattern', '^f?tests$', '-v'] |
15 |
Note: See TracBrowser for help on using the repository browser.