diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 13:35:48 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 13:35:48 -0800 |
commit | daaf911eeb6d7200996a591b7308cc8f3750408b (patch) | |
tree | b39033519affdc9cfdef5e8c6dbd61d71fbed238 /.travis.yml | |
parent | 049a4ae549336ea0621b484c5404183930dca888 (diff) |
Despite odd output, pip 9.0.1 is installing; so how old's our setuptools?
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d5af7cc5..e1756f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ python: install: # Ensure modern pip/etc on Python 3.3 workers (not sure WTF, but, eh) - pip install pip==9.0.1 - - pip --version + - pip freeze # Self-install for setup.py-driven deps - pip install -e . # Dev (doc/test running) requirements |