collective.solr/travis.cfg

22 lines
434 B
INI

[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
package-name = collective.solr
package-extras = [test]
parts +=
test
[test]
recipe = collective.xmltestreport
eggs =
collective.solr [test]
${instance:eggs}
[versions]
coverage = 3.4
collective.xmltestreport = 1.2.6
zc.buildout = 1.6.3
[sources]
collective.indexing = git git@github.com:plone/collective.indexing.git