-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdevel.cfg
52 lines (47 loc) · 1.29 KB
/
devel.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
# Development buildout
[buildout]
extends =
buildout.cfg
parts -= PleiadesEntity
parts += nosetest
develop =
src/zgeo.geographer
src/zgeo.plone.geographer
src/zgeo.atom
src/zgeo.plone.atom
src/zgeo.kml
src/zgeo.plone.kml
src/pleiades.normalizer
src/pleiades.transliteration
src/pleiades.keytree
src/pleiades.workspace
src/pleiades.theme
src/pleiades.vocabularies
src/pleiades.policy
src/pleiades.kml
src/pleiades.atom
src/pleiades.json
src/pleiades.openlayers
src/pleiades.portlet.references
src/pleiades.notredame
src/pleiades.capgrids
src/pleiades.sitemap
# src/zgeo.rtree
# src/zgeo.spatialindex
[instance]
debug-mode = on
verbose-security = on
[nosetest]
recipe = pbp.recipe.noserunner
eggs =
${buildout:eggs}
${pyproj:eggs}
${shapely:eggs}
environment = test-env
[test-env]
LD_LIBRARY_PATH = ${libgeos:location}/lib:${libxml2:location}/lib:${libxslt:location}/lib:${libspatialindex:location}/lib
DYLD_LIBRARY_PATH = ${libgeos:location}/lib:${libxml2:location}/lib:${libxslt:location}/lib:${libspatialindex:location}/lib
GMAPS_KEY = ABQIAAAAtVyXL2o7HAFbw73xSniLfhQ2dHhbVVaz2wAxXxViKF6CJLVMtxSsxoh3qq0OgSXQYgR-U7rv12D-cQ
[roadrunner]
recipe = roadrunner:plone
packages-under-test = Products.PleiadesEntity