From 35a154e67eaba48baed88392e663df37d0b39a04 Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Sat, 29 Oct 2016 22:12:18 +0200 Subject: [PATCH] Pin setuptools --- .travis.yml | 2 +- buildout.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2ee573e..717a83e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - mkdir -p buildout-cache/eggs - mkdir -p buildout-cache/downloads - sed -ie "s#-4.3.x#-$PLONE_VERSION.x#" buildout.cfg - - pip install -U zc.buildout setuptools==20.1.1 + - pip install -U zc.buildout setuptools==21.0.0 - buildout annotate - buildout diff --git a/buildout.cfg b/buildout.cfg index 9291d1d6..02bdfa7d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -39,6 +39,7 @@ mccabe = 0.5.2 plone.recipe.codeanalysis = 1.0b5 pycodestyle = 2.0.0 pyflakes = 1.2.3 +setuptools = 21.0.0 zc.buildout = 2.5.3 # Required by: