-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuildout.cfg
More file actions
41 lines (34 loc) · 840 Bytes
/
Copy pathbuildout.cfg
File metadata and controls
41 lines (34 loc) · 840 Bytes
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
# This buildout is used for development of Products.ZSyncer.
# It gets the necessary eggs and creates a test runner and a python
# interpreter.
# To set up an environment suitable for doing development work on
# Products.ZSyncer, do the following:
#
# python bootstrap.py
# bin/buildout
# Tests can be run with:
#
# bin/test
# A python environment with Products.ZSyncer available can be started using:
#
# bin/py
[buildout]
extends = http://download.zope.org/Zope2/index/2.12.7/versions.cfg
develop = .
parts = test py docs
[py]
recipe = zc.recipe.egg
eggs = Products.ZSyncer
interpreter = py
[test]
recipe = zc.recipe.testrunner
eggs = Products.ZSyncer[test]
[docs]
recipe = zc.recipe.egg
eggs =
Products.ZSyncer
sphinx
sphinx-pypi-upload
zc.rst2
pkginfo
interpreter = docpy