diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 13:39:08 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 13:39:08 -0800 |
commit | 891f61e0fb33e774ee0493f8afec4a9cbe129286 (patch) | |
tree | 01b28613ee9068894417dd8650931ed26ba80da0 | |
parent | daaf911eeb6d7200996a591b7308cc8f3750408b (diff) |
Well let's try latest setuptools, I guess.
Been bitten in the past by too-new setuptools that
introduce rando bugs, but, eh
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |