-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.cfg
90 lines (78 loc) · 1.5 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[buildout]
unzip = true
extensions =
lovely.buildouthttp
buildout.dumppickedversions
versions = versions
eggs-directory = eggs
download-cache = downloads
parts =
dirs
test
coverage
coverage-html
py
scripts
index = http://pypi.python.org/simple
find-links +=
http://code.google.com/p/gevent/downloads/list
eggs =
ptah
devapp
ptahcms
ptahcrowd
ptah_wscrud
pyramid_beaker
[dirs]
recipe = z3c.recipe.mkdir
paths = cache
var
downloads
[py]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
Babel
lingua
extra-paths = .
interpreter = py
scripts = py
[scripts]
recipe = zc.recipe.egg:scripts
eggs = ${buildout:eggs}
ptah
pyramid
sphinx
pyhogan
[test]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
ptah [test]
nose
rednose
coverage
entry-points = test=nose:run_exit
initialization = import sys
sys.argv = sys.argv + ['--rednose']
[coverage]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
ptah [test]
nose
rednose
coverage
entry-points = coverage-test=nose:run_exit
initialization = import sys
sys.argv = sys.argv + ['--with-coverage']
[coverage-html]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
ptah [test]
nose
rednose
coverage
entry-points = coverage-html=nose:run_exit
initialization = import sys
sys.argv = sys.argv + ['--with-coverage', '--cover-html', '--cover-html-dir=../coverage/']
[versions]
coverage = 3.4
ws4py = 0.1.4