Fixed Travis CI integration

This commit is contained in:
Cédric Messiant 2012-12-24 10:17:23 +01:00
parent a731fbb276
commit 228e37ca15
2 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ parts/
src/* src/*
!src/collective/ !src/collective/
var/ var/
buildout-cache/

View File

@ -3,18 +3,20 @@ extends =
http://dist.plone.org/release/4.2.2/versions.cfg http://dist.plone.org/release/4.2.2/versions.cfg
sources.cfg sources.cfg
extensions =
mr.developer
parts = parts =
download download
install install
test test
eggs = Pillow
# network speedup # network speedup
eggs-directory = buildout-cache/eggs eggs-directory = buildout-cache/eggs
download-cache = buildout-cache/downloads download-cache = buildout-cache/downloads
socket-timeout = 3 socket-timeout = 3
allow-hosts = allow-hosts =
*.python.org *.python.org
launchpad.net launchpad.net
@ -36,5 +38,6 @@ zc.buildout = 1.6.3
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
Pillow
collective.contact.content [test] collective.contact.content [test]
defaults = ['--auto-color', '--auto-progress'] defaults = ['--auto-color', '--auto-progress']