Last change
on this file since 17942 was
5552,
checked in by uli, 14 years ago
|
Merge back changes from uli-experimental into trunk.
|
File size:
260 bytes
|
Rev | Line | |
---|
[5538] | 1 | [buildout] |
---|
| 2 | develop = . |
---|
[5552] | 3 | parts = test scripts |
---|
[5538] | 4 | |
---|
[5552] | 5 | [scripts] |
---|
| 6 | recipe = zc.recipe.egg |
---|
| 7 | eggs = grokworkshop |
---|
| 8 | |
---|
[5538] | 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.