forked from collective/collective.geo.mapwidget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravis.cfg
28 lines (22 loc) · 823 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
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/travis-5.x.cfg
package-name = collective.geo.mapwidget
package-extras = [test]
allow-hosts +=
code.google.com
robotframework.googlecode.com
extensions =
mr.developer
sources = sources
auto-checkout = *
always-checkout = force
sources-dir = extras
github-url = https://github.com/
[versions]
plone.protect = 3.1.1
[sources]
collective.geo.geographer = git ${buildout:github-url}collective/collective.geo.geographer.git
collective.geo.openlayers = git ${buildout:github-url}collective/collective.geo.openlayers.git
collective.geo.settings = git ${buildout:github-url}collective/collective.geo.settings.git
collective.z3cform.colorpicker = git ${buildout:github-url}collective/collective.z3cform.colorpicker.git