-
Notifications
You must be signed in to change notification settings - Fork 0
/
travis.cfg
124 lines (105 loc) · 2.86 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/common.cfg
versions = versions
package-name = ps.plone.mls
package-extras = [test]
test-eggs = Pillow
parts +=
createcoverage
node
testnorobot
zptlint
extensions +=
mr.developer
sources-dir = checkouts
auto-checkout = *
[code-analysis]
directory = ${buildout:directory}/src/ps
[sources]
mls.apiclient = git git://github.com/propertyshelf/mls.apiclient.git
plone.mls.core = git git://github.com/propertyshelf/plone.mls.core.git
plone.mls.listing = git git://github.com/propertyshelf/plone.mls.listing.git
ps.plone.fotorama = git git://github.com/propertyshelf/ps.plone.fotorama.git
ps.plone.realestatefont= git git://github.com/propertyshelf/ps.plone.realestatefont.git
[versions-4.1.x]
# Ecosystem (not officially part of core)
collective.z3cform.datagridfield = 0.11
collective.z3cform.datagridfield-demo = 0.5
five.grok = 1.2.0
five.intid = 1.0.3
grokcore.annotation = 1.1
grokcore.component = 1.9
grokcore.formlib = 1.4
grokcore.security = 1.2
grokcore.site = 1.1
grokcore.view = 1.13.5
grokcore.viewlet = 1.3
martian = 0.11.3
mocker = 1.1.1
plone.alterego = 1.0
plone.app.dexterity = 1.2.2
plone.app.intid = 1.0.2
plone.app.lockingbehavior = 1.0.1
plone.app.referenceablebehavior = 0.3
plone.app.relationfield = 1.1
plone.app.stagingbehavior = 0.1b3
plone.app.textfield = 1.1
plone.app.versioningbehavior = 1.1
plone.behavior = 1.0.2
plone.dexterity = 1.1.2
plone.directives.dexterity = 1.0.2
plone.directives.form = 1.0
plone.formwidget.autocomplete = 1.2.5
plone.formwidget.contenttree = 1.0.6
plone.formwidget.namedfile = 1.0.13
plone.mocktestcase = 1.0b3
plone.namedfile = 1.0.6
plone.schemaeditor = 1.2.1
plone.synchronize = 1.0.1
rwproperty = 1.0
uuid = 1.30
z3c.blobfile = 0.1.5
z3c.formwidget.query = 0.8
z3c.objpath = 1.0
z3c.relationfield = 0.6.2
zc.relation = 1.0
Pillow = 3.4.2
check-manifest = 0.25
collective.js.jqueryui = 1.8.16.9
collective.z3cform.datetimewidget = 1.2.3
collective.z3cform.widgets = 1.0b5
flake8 = 2.6.1
flake8-coding = 1.2.2
flake8-debugger = 1.4.0
flake8-deprecated = 1.0
flake8-isort = 1.3
flake8-pep3101 = 0.6
docutils = 0.11
plone.api =
plone.app.testing = 4.2.2
plone.app.z3cform = 0.7.4
responses = 0.5.1
setuptools =
# Required by plone.app.dexterity >= 2.0
z3c.form = 3.0.0a3
zc.buildout =
[versions-4.2.x]
# 4.2.7 is currently not available as UnifiedInstaller.
Plone = 4.2.6
collective.js.jqueryui = 1.9.2.0
plone.api =
plone.app.jquery = 1.8.3
plone.formwidget.namedfile = 1.0.13
setuptools =
[versions-4.3.x]
plone.api =
plone.app.jquery = 1.8.3
setuptools =
[versions-5.0.x]
setuptools =
[versions-5.1.x]
setuptools =