From 409e77cf2f312c61cca8aeb3d2fe4fc1bb5859ab Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Oct 2018 12:42:07 +0100 Subject: [PATCH] Stop pinning setuptools --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e12f219453..8648c01ac8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python sudo: false install: - - pip install -U pip wheel setuptools==28.6.1 + - pip install -U pip wheel setuptools script: - bash .travis.sh $JOB cache: