summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-07 13:35:48 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-07 13:35:48 -0800
commitdaaf911eeb6d7200996a591b7308cc8f3750408b (patch)
treeb39033519affdc9cfdef5e8c6dbd61d71fbed238 /.travis.yml
parent049a4ae549336ea0621b484c5404183930dca888 (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.yml2
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