-
Notifications
You must be signed in to change notification settings - Fork 8
/
buildout.cfg
executable file
·47 lines (41 loc) · 1.01 KB
/
buildout.cfg
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
42
43
44
45
46
47
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg
package-name = collective.googleauthenticator
package-extras = [test]
parts +=
code-analysis
createcoverage
omelette
robot
sphinx-build
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/collective/googleauthenticator
clean-lines = True
multiprocessing = True
pre-commit-hook = False
return-status-codes = False
flake8 = True
flake8-ignore =
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework
[sphinx-build]
recipe = zc.recipe.egg
eggs =
${test:eggs}
Sphinx
plone.app.robotframework
sphinxcontrib-robotframework [docs]
scripts =
sphinx-build
# Usage:
# bin/sphinx-build -b html docs build