summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 9aaf66eb692602b25ee6c03a0c57b86b7d307eeb (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
     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