Last change
on this file since 5548 was
5544,
checked in by uli, 14 years ago
|
Modify buildout.cfg so that scripts of grokworkshop are generated in bin/ by buildout.
|
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.