Don't force distribute in bootstrap, it's broken

This commit is contained in:
Matthew Wilkes 2013-10-14 10:23:56 +01:00
parent 527b415f6d
commit d5da29ea29
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install:
- mkdir -p buildout-cache/downloads
- sed -ie "s#test-4.2.x.cfg#travis-$PLONE_VERSION.x.cfg#" buildout.cfg
- make "bin/python"
- bin/python bootstrap.py -d
- bin/python bootstrap.py
- make version=$TRAVIS_PYTHON_VERSION .installed.cfg
script: