From 4605582f851c4a436142459412b1a1494cf4bc82 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 28 Jun 2019 21:47:25 +0200 Subject: [PATCH] Try to fix TravisCI. Python 3.5 is currently broken because Zope 4.1 requires a newer setuptools version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc5e2c6..1e8789e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.6 install: - pip install coveralls coverage - - pip install -U setuptools==33.1.1 + - pip install -U setuptools - pip install zc.buildout - buildout bootstrap - buildout