-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
61 lines (50 loc) · 969 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
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
[buildout]
extends = sources.cfg
unzip = true
parts = syseggs django doc test saucetest eggs
default_eggs +=
pytest
eggs +=
coverage
docutils
django-extensions
django-debug-toolbar
django-snippetscream
Jinja2
factory_boy
mock
prospector
pytest
pytest-cov
pytest-django
sauceclient
selenium
[syseggs]
recipe = syseggrecipe
force-sysegg = true
eggs =
Pillow
psycopg2
[django]
recipe = djangorecipe
project = project
settings = development
eggs = ${buildout:eggs}
[test]
recipe = collective.recipe.template
input = scripts/test.in
output = ${buildout:bin-directory}/test
settings = compose
[saucetest]
recipe = collective.recipe.template
input = scripts/saucetest.in
output = ${buildout:bin-directory}/saucetest
settings = development
[doc]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/doc
build = ${buildout:directory}/doc/build
[eggs]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
extra-paths = .