forked from davilima6/smdu.participacao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravis.cfg
39 lines (31 loc) · 1004 Bytes
/
travis.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
[buildout]
extends = https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
extensions = mr.developer
package-name = smdu.participacao
package-extras = [test]
parts += createcoverage code-analysis
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/smdu/participacao
clean-lines = True
multiprocessing = True
pre-commit-hook = True
return-status-codes = False
flake8 = True
flake8-ignore = E501
[sources]
#collective.easyform = git https://github.com/collective/collective.easyform.git branch=update-toolbar-items-for-easyforms
#plone.formwidget.geolocation = git https://github.com/collective/plone.formwidget.geolocation.git branch=thet-plone5
[versions]
CairoSVG = 1.0.22
coverage =
collective.easyform = 1.0a3
eea.annotator = 3.5
lxml = 3.6.0
pyquery = 1.2.13
WeasyPrint = 0.31
# XXX: https://github.com/tk0miya/flake8-coding/issues/10
flake8-coding = 1.2.2
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage