forked from collective/collective.easyform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests-5.2.x.cfg
42 lines (35 loc) · 1.15 KB
/
tests-5.2.x.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
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.2.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg
base.cfg
parts +=
createcoverage
package-name = collective.easyform
package-extras = [test,recaptcha,downloadxlsx]
test-eggs =
# Python3 compatibility for plone.formwidget.z3cform is not released
extensions +=
mr.developer
sources = sources
sources-dir = share
auto-checkout +=
plone.formwidget.recaptcha
[versions]
setuptools =
zc.buildout =
plone.app.mosaic =
plone.app.robotframework = 1.5.0
openpyxl = 2.6.3
# check-manifest = 0.45 requires 'build' 0.1.0.
# This requires a newer 'pep517' than is pinned by Plone,
# and on Python 2.7 a newer virtualenv than is pinned by Plone.
check-manifest = 0.44
[versions:python27]
check-manifest = 0.41
[sources]
plone.formwidget.recaptcha = git ${remotes:plone}/plone.formwidget.recaptcha.git pushurl=${remotes:plone_push}/plone.formwidget.recaptcha.git
[remotes]
plone = https://github.com/plone
plone_push = [email protected]:plone