From dfe17fe66fca6e2a80e822a0ef53698bdc165623 Mon Sep 17 00:00:00 2001 From: Tom Gross Date: Thu, 4 Jul 2013 06:13:33 +0200 Subject: [PATCH] use separate travis buildout and increase timeout --- .travis.yml | 4 ++-- travis.cfg | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ed68b5..ddfce2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: - "2.7" install: - mkdir -p buildout-cache/downloads - - python bootstrap.py - - bin/buildout -N -t 10 + - python bootstrap.py -c travis.cfg + - bin/buildout -N -t 20 -c travis.cfg script: bin/alltests diff --git a/travis.cfg b/travis.cfg index 8718507..6d2d3f4 100644 --- a/travis.cfg +++ b/travis.cfg @@ -1,10 +1,12 @@ [buildout] extends = - https://raw.github.com/collective/buildout.plonetest/master/travis-4.3.x.cfg + https://raw.github.com/collective/buildout.plonetest/master/travis-4.2.x.cfg + solr.cfg package-name = collective.solr package-extras = [test] parts += test + alltests [test] recipe = collective.xmltestreport @@ -12,10 +14,11 @@ eggs = collective.solr [test] ${instance:eggs} +[alltests] +recipe = collective.recipe.template +input = ${buildout:directory}/buildout/alltests.tmpl +output = ${buildout:directory}/bin/alltests + [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