-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
82 lines (67 loc) · 1.21 KB
/
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
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
[buildout]
parts =
python
mkdir
test
ctags
pylint
sphinx
develop =
.
eggs =
pysheets
coverage
chaoflow.testing.ipython
odfpy
xhtml2pdf
include-site-packages = false
exec-sitecustomize = false
allowed-eggs-from-site-packages =
setuptools
distribute
extensions = mr.developer
sources = sources
sources-dir = apps
auto-checkout = *
versions = versions
[sources]
# my.package = svn http://example.com/svn/my.package/trunk
# some.other.package = git git://example.com/git/some.other.package.git
# bzr.package = bzr bzr+ssh://bazaar.launchpad.net/~user/project/branch/
[versions]
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[test]
recipe = pbp.recipe.noserunner
eggs = ${buildout:eggs}
[ctags]
recipe = z3c.recipe.tag:tags
eggs = ${buildout:eggs}
[sphinx]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
Sphinx
rst2pdf
scripts =
sphinx-build
sphinx-quickstart
rst2pdf
extra-paths =
${buildout:directory}
[pylint]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
pylint
extra-paths =
${buildout:directory}
entry-points =
pylint=pylint.lint:Run
arguments = sys.argv[1:]
[mkdir]
recipe = z3c.recipe.mkdir
paths =
${buildout:directory}/var/coverage