source: workshop2010/branches/uli-experimental/buildout.cfg @ 5544

Last change on this file since 5544 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
RevLine 
[5538]1[buildout]
2develop = .
[5544]3parts = test scripts
[5538]4
[5544]5[scripts]
6recipe = zc.recipe.egg
7eggs = grokworkshop
8
[5538]9# Comment for test section
10[test]
11recipe = zc.recipe.testrunner
12eggs = grokworkshop
13       grokworkshop[test]
14defaults = ['--tests-pattern', '^f?tests$', '-v']
15
Note: See TracBrowser for help on using the repository browser.