diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 12:44:30 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 12:44:30 -0800 |
commit | f6719400e8da079b4ce1a425c1a87b91ca018fe1 (patch) | |
tree | b4c4f60cf71aff683045c6d3fbb41e968c38f350 /.travis.yml | |
parent | 48b1bf6cc814a0fac573ba11ffc4429fcf64d859 (diff) |
This should not be required now that we've axed 3.3.
Ensuring a specific pip anyways would be nice, but,
that can be taken care of another time
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1cfb3bf4..f41c9777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ 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 |