summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-07 12:43:51 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-07 12:43:51 -0800
commitbcc3701660ecf006303bc0ec12a4243d83d35549 (patch)
tree646f5ce27a02fafa2b3a9dbeae805c6b2b6de86f
parent8a59b1476794c8aa9312e2eff784c8e33f0e6ab5 (diff)
downloadparamiko-bcc3701660ecf006303bc0ec12a4243d83d35549.tar.gz
Jeez
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e25704c7..e67b074d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,8 @@ python:
- "3.6"
- "3.7-dev"
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