~sidnei/zope.app.container/trunk

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: srichter
  • Date: 2007-10-11 06:10:42 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.app.container/trunk:80839
Tags: 3.5.0
Get ready for release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[buildout]
2
 
develop = . 
 
2
develop = .
3
3
parts = test
4
 
find-links = http://download.zope.org/distribution/
5
4
 
6
5
[test]
7
6
recipe = zc.recipe.testrunner
8
 
defaults = ['--tests-pattern', '^f?tests$']
9
7
eggs = zope.app.container [test]
10
8