diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-23 13:49:58 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:03:53 -0700 |
commit | d29a1fc52535aafc3aa23c58e9060c44af33d99b (patch) | |
tree | 7ebcc5815981cfea90ca46a104749623ccdc4d0d /.travis.yml | |
parent | 06ef0e97eaa9767c2a799d231ae28c1c86418a7d (diff) |
Enabling caching of pip downloads and wheels
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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" |