summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-04-23 13:49:58 -0400
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 19:03:53 -0700
commitd29a1fc52535aafc3aa23c58e9060c44af33d99b (patch)
tree7ebcc5815981cfea90ca46a104749623ccdc4d0d /.travis.yml
parent06ef0e97eaa9767c2a799d231ae28c1c86418a7d (diff)
Enabling caching of pip downloads and wheels
Diffstat (limited to '.travis.yml')
-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"