summaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: cba64c5815b589f0f47a1143f265c88cfcff9406 (plain)
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
[buildout]
parts = python
      sphinxbuilder
      test
develop = .
eggs = 
     urllib3==1.7.1
     pyOpenSSL==0.13.1
     ${deps:extraeggs}

[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


[deps:python2]
extraeggs =
        dnspython==1.12.0

[deps:python3]
extraeggs =
        dnspython3==1.12.0