diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-29 12:11:31 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-29 12:11:31 -0800 |
commit | c72b688286a4d897b9370acb355c17b6553e7302 (patch) | |
tree | bd9ad6b4a2fb74377ebd323eec2cbe2e485f1836 /.travis.yml | |
parent | eec27bd4a0809b5096c5465033815d2414f309c2 (diff) | |
parent | b999f40bea04c4bade6c9f52627b6b6b93df6cda (diff) |
Merge branch '2.2' into 1051-int
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e46ec84..bb0ed5ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,11 @@ python: - "3.4" - "3.5" - "3.6" + - "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 setuptools==36.6.0 # Self-install for setup.py-driven deps - pip install -e . # Dev (doc/test running) requirements |