summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: bd498e5e8ce10afd695e4fe4a7ef6955110de6f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[buildout]
parts = python
      sphinxbuilder
      test
develop = .
eggs = 
     urllib3==1.7.1
     pyOpenSSL==0.13.1

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}

[test]
recipe = pbp.recipe.noserunner
eggs = ${python:eggs}
     mock

[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs-source
build = ${buildout:directory}/docs