diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 12:44:01 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 12:44:01 -0800 |
commit | 48b1bf6cc814a0fac573ba11ffc4429fcf64d859 (patch) | |
tree | 2359ae2ea0959b8baf3ef4eb14a1b6d69abba48a | |
parent | 6d0d5ab13003c7991e5c7500b4179548302d9f28 (diff) | |
parent | 17286cf21b868b6971c964f9415d14157bbc961b (diff) |
Merge branch '2.3'
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f41c9777..1cfb3bf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ python: - "3.7-dev" - "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 # Self-install for setup.py-driven deps - pip install -e . # Dev (doc/test running) requirements |