-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbase.cfg
57 lines (48 loc) · 1.3 KB
/
base.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[buildout]
parts =
test
sphinx
develop = .
extensions = mr.developer
sources-dir = ${buildout:directory}/devsrc
always-checkout = force
auto-checkout = *
include-site-packages = false
versions = versions
[versions]
zc.buildout =
setuptools =
pyramid = 1.9.4
repoze.zcml = 1.1
repoze.workflow = 1.1
[sources]
odict = git [email protected]:conestack/odict.git
plumber = git [email protected]:conestack/plumber.git
node = git [email protected]:conestack/node.git
node.ext.ugm = git [email protected]:conestack/node.ext.ugm.git
yafowil = git [email protected]:conestack/yafowil.git
yafowil.yaml = git [email protected]:conestack/yafowil.yaml.git
yafowil.webob = git [email protected]:conestack/yafowil.webob.git
yafowil.bootstrap = git [email protected]:conestack/yafowil.bootstrap.git
cone.tile = git [email protected]:conestack/cone.tile.git
bdajax = git [email protected]:conestack/bdajax.git
[testenv]
TESTRUN_MARKER = True
[test]
recipe = zc.recipe.testrunner
environment = testenv
eggs =
cone.app[test]
cone.tile[test]
node.ext.ugm[test]
yafowil[test]
yafowil.yaml[test]
yafowil.webob
odict
plumber[test]
node
defaults = ['--auto-color', '--auto-progress']
[sphinx]
recipe = collective.recipe.sphinxbuilder
eggs =
cone.app[docs]