From 8c2610f04b1464fe8a830f29f5cfb39ce2aa61a2 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Fri, 1 Dec 2017 11:35:00 +0100 Subject: [PATCH] Use last buildout <2.4 version during bootstrap call. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2258575..be9025b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 2.6 - 2.7 install: - - python bootstrap.py + - python bootstrap.py --version=2.3.1 - bin/buildout script: - bin/test -v1