summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-07 13:46:53 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-07 13:46:53 -0800
commitafbe7a4112ac843f4d364a7a4122d40ab7c83225 (patch)
tree6250505b98bf785c150827b26e049427b6fc9e85
parentbcc3701660ecf006303bc0ec12a4243d83d35549 (diff)
downloadparamiko-afbe7a4112ac843f4d364a7a4122d40ab7c83225.tar.gz
Pin down a newer setuptools also.
Should head off cryptography install woes
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e67b074d..ec85445f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ python:
- "3.7-dev"
install:
# Ensure modern pip/etc on Python 3.3 workers (not sure WTF, but, eh)
- - pip install pip==9.0.1
+ - pip install pip==9.0.1 setuptools==36.6.0
# Self-install for setup.py-driven deps
- pip install -e .
# Dev (doc/test running) requirements