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:58 -0800
commit5169475719190834a750596e00cae365e06f7387 (patch)
treef360e353f89a9d87b704529dcb9aec382a495a89
parent4c3764006832b3c1f5975422fab03401cd41e447 (diff)
downloadparamiko-5169475719190834a750596e00cae365e06f7387.tar.gz
Jeez
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c8a2816e..3d328ada 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ 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