From d5da29ea29969b7d6ebf8414b159d1f74a151d33 Mon Sep 17 00:00:00 2001 From: Matthew Wilkes Date: Mon, 14 Oct 2013 10:23:56 +0100 Subject: [PATCH] Don't force distribute in bootstrap, it's broken --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cae091a..82d3033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: