-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildout.cfg
More file actions
66 lines (52 loc) · 1.02 KB
/
buildout.cfg
File metadata and controls
66 lines (52 loc) · 1.02 KB
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
[buildout]
parts =
Arche
test
develop = .
eggs =
coverage
nose
waitress
Arche[thumbnails]
pyramid_debugtoolbar
newest = false
prefer-final = true
eggs-directory = ${buildout:directory}/eggs
download-cache =
#show-picked-versions = true
update-versions-file = ${buildout:directory}/var/picked_versions.cfg
versions = versions
#extensions =
# mr.developer
# mr.developer settings:
#sources = sources
#auto-checkout = *
[Arche]
recipe = zc.recipe.egg
dependent-scripts = true
unzip = true
interpreter = py
eggs =
${buildout:eggs}
lingua
[test]
recipe = pbp.recipe.noserunner
eggs =
pbp.recipe.noserunner
${buildout:eggs}
coverage
working-directory = ${buildout:directory}/arche
defaults =
--detailed-errors
--nocapture
--cover-package=arche
--with-coverage
--cover-erase
--with-doctest
--doctest-tests
--doctest-extension=txt
[versions]
js.bootstrap = 3.3.4
Pillow = 1.7.8
#[sources]
#repoze.catalog = git https://github.com/repoze/repoze.catalog.git