summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2016-01-03 02:27:08 +0900
committerINADA Naoki <methane@users.noreply.github.com>2016-01-03 02:27:08 +0900
commit68d62bf9a14924e43792f259489c1cf4dce0b542 (patch)
treeafb9165124381629289f5dcda90c0dcece35adbc
parentb6e962d0a64f5aa3e0d33c177f5d2cd26d618d29 (diff)
parente4aa43d76935ac44aecccecd30fb51d00854ffac (diff)
downloadmsgpack-python-68d62bf9a14924e43792f259489c1cf4dce0b542.tar.gz
Merge pull request #160 from thedrow/patch-2
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 7a80cdf..2ba2caa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
sudo: false
-cache: pip
+cache:
+ directories:
+ - $HOME/.cache/pip
language: python
python:
- 3.5