Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Leimgruber authored and jone committed Aug 29, 2013
1 parent 48dae65 commit e4bc4f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -17,6 +17,7 @@ matrix:
install:
- sed -ie "s#test-plone-4.x.cfg#test-plone-$PLONE_VERSION.x.cfg#" travis.cfg
- mkdir -p buildout-cache/downloads
- python bootstrap.py -c travis.cfg
- virtualenv --no-site-packages --no-setuptools .
- bin/python bootstrap.py -c travis.cfg
- bin/buildout -Nc travis.cfg
script: bin/test
6 changes: 6 additions & 0 deletions travis.cfg
Expand Up @@ -11,3 +11,9 @@ parts =
allow-hosts +=
code.google.com
robotframework.googlecode.com

[versions]
# Let the bootstrap.py decide which versions of setuptools / zc.buildout
# should be used.
setuptools=
zc.buildout=

0 comments on commit e4bc4f3

Please sign in to comment.