diff --git a/.gitignore b/.gitignore index c6b51b5..9f69d63 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ parts/ src/* !src/collective/ var/ +buildout-cache/ diff --git a/travis.cfg b/travis.cfg index 08aa6ef..ff2fa45 100644 --- a/travis.cfg +++ b/travis.cfg @@ -3,18 +3,20 @@ extends = http://dist.plone.org/release/4.2.2/versions.cfg sources.cfg +extensions = + mr.developer + parts = download install test -eggs = Pillow - # network speedup eggs-directory = buildout-cache/eggs download-cache = buildout-cache/downloads socket-timeout = 3 + allow-hosts = *.python.org launchpad.net @@ -36,5 +38,6 @@ zc.buildout = 1.6.3 [test] recipe = zc.recipe.testrunner eggs = + Pillow collective.contact.content [test] -defaults = ['--auto-color', '--auto-progress'] \ No newline at end of file +defaults = ['--auto-color', '--auto-progress']