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 | 3e14bdde71094bfc77a289c82db8ccada0d31204 (patch) | |
tree | 23db60f9249e7547002b7b109303cced6f8ae755 /.travis.yml | |
parent | 3ebea0b4175a4621c1b0498751fcd9bb6be4bf06 (diff) | |
parent | 842fa50b3634f656db2dce8d6a423714e4ce896d (diff) |
Merge branch '2.1' into 2.2
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c8a2816e..3d328ada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,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 |