summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 19:03:56 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 19:03:56 -0700
commitb27653bca537380c20d95156588be3652edbcd3d (patch)
tree88b169f1c8c450154bcbfc3ed270fd6b140f8b0f
parent1c20db7aa9433a1dc2ca6331e970e95e561df8e5 (diff)
parentd29a1fc52535aafc3aa23c58e9060c44af33d99b (diff)
downloadparamiko-b27653bca537380c20d95156588be3652edbcd3d.tar.gz
Merge branch '1.15' into 1.16
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 55cba46d..3b7b2b42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: python
sudo: false
+cache:
+ directories:
+ - $HOME/.cache/pip
python:
- "2.6"
- "2.7"