summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Gordon <charles.gordon@gmail.com>2015-07-28 08:30:17 -0700
committerCharles Gordon <charles.gordon@gmail.com>2015-07-28 08:30:17 -0700
commit26c7eeca9251c86ae5ac983a69431a5f5c82b90f (patch)
tree88b7afe4efcbd6894a83bdcef174eddac9b20106
parent787f06974c01b50605aa8279c6fe894cab333419 (diff)
parent29eac2058224ea3b007c93b4b1139ed91709a7fc (diff)
downloadpymemcache-26c7eeca9251c86ae5ac983a69431a5f5c82b90f.tar.gz
Merge pull request #75 from thedrow/patch-1
Enabled caching on Travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d0a1d0..799c999 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
sudo: false
+cache:
+ directories:
+ - $HOME/.cache/pip
language: python
services: