summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-07 13:18:50 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-07 13:18:50 -0800
commit049a4ae549336ea0621b484c5404183930dca888 (patch)
treecbb17d35528f65e53908fc26f9f8c1ed90e70776 /.travis.yml
parent5169475719190834a750596e00cae365e06f7387 (diff)
Uh...output claims pip somehow installing 7.x???
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d328ada..d5af7cc5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +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
# Self-install for setup.py-driven deps
- pip install -e .
# Dev (doc/test running) requirements