summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: e69f64773fb5ea679c7dfe338818a0abcc87153e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[buildout]
develop = .
parts = test py
versions = versions

[test]
recipe = zc.recipe.testrunner
eggs = zope.security [untrustedpython]

[py]
recipe = zc.recipe.egg
eggs = zope.security [untrustedpython]
interpreter = py

[versions]
zope.traversing = 3.4.0
zope.app.publisher = 3.4.0