From 891f61e0fb33e774ee0493f8afec4a9cbe129286 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 7 Nov 2017 13:39:08 -0800 Subject: Well let's try latest setuptools, I guess. Been bitten in the past by too-new setuptools that introduce rando bugs, but, eh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1756f5e..7f44f384 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ python: - "pypy-5.6.0" install: # Ensure modern pip/etc on Python 3.3 workers (not sure WTF, but, eh) - - pip install pip==9.0.1 + - pip install pip==9.0.1 setuptools==36.6.0 - pip freeze # Self-install for setup.py-driven deps - pip install -e . -- cgit v1.2.3