summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-11-17 17:08:04 +0200
committerOmer Katz <omer.drow@gmail.com>2015-11-17 17:08:04 +0200
commite4aa43d76935ac44aecccecd30fb51d00854ffac (patch)
treea2b99f3ac7536ece2feb4d85c0944cf5afabdb90
parent29266b024ec82c281fa63bf2b73622088a8c188c (diff)
downloadmsgpack-python-e4aa43d76935ac44aecccecd30fb51d00854ffac.tar.gz
Travis will now cache dependencies despite having a custom install step.
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7695184..bc0efba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
sudo: false
-cache: pip
+cache:
+ directories:
+ - $HOME/.cache/pip
language: python
python:
- 2.7