-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuildout.cfg
29 lines (25 loc) · 974 Bytes
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[buildout]
extends = versions.cfg
parts = zuora-client
test
flake8
evolution
develop = .
eggs = suds
httplib2
zuora-client
show-picked-versions = true
[zuora-client]
recipe = zc.recipe.egg
[flake8]
recipe = zc.recipe.egg
eggs = flake8
[evolution]
recipe = zc.recipe.egg
eggs = buildout-versions-checker
[test]
recipe = pbp.recipe.noserunner
eggs = nose
nose-progressive
${buildout:eggs}
defaults = --with-progressive