commit | e608e6266b5f3cf6052cef0100cf390535299cfa | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 03 12:21:14 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jul 03 12:21:14 2015 -0400 |
tree | 006692d4777647f30c50f0fae7de7375c94e1e59 | |
parent | fc12e328ff1b7d5fa009a8688b610fb8881de24a [diff] |
Enabling caching of pip downloads and wheels Makes stuff more vroom vroom on travis
diff --git a/.travis.yml b/.travis.yml index f185b6d..2216e18 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,5 +1,10 @@ sudo: false language: python + +cache: + directories: + - $HOME/.cache/pip + env: global: - LC_ALL=en_US.UTF-8