~barry/lazr.config/megamerge

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Gary Poster
  • Date: 2008-12-15 22:22:12 UTC
  • Revision ID: gary.poster@canonical.com-20081215222212-4we644wqwmv8lsa3
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[buildout]
 
2
parts =
 
3
    interpreter
 
4
    test
 
5
    tags
 
6
unzip = true
 
7
 
 
8
develop = .
 
9
 
 
10
[test]
 
11
recipe = zc.recipe.testrunner
 
12
eggs = lazr.config
 
13
defaults = '--tests-pattern ^tests --exit-with-status'.split()
 
14
 
 
15
[interpreter]
 
16
recipe = zc.recipe.egg
 
17
interpreter=py
 
18
eggs = lazr.config
 
19
       docutils
 
20
 
 
21
[tags]
 
22
recipe = z3c.recipe.tag:tags
 
23
eggs = lazr.config