summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 12:21:14 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 12:21:14 -0400
commite608e6266b5f3cf6052cef0100cf390535299cfa (patch)
tree006692d4777647f30c50f0fae7de7375c94e1e59 /.travis.yml
parentfc12e328ff1b7d5fa009a8688b610fb8881de24a (diff)
downloadpyopenssl-git-e608e6266b5f3cf6052cef0100cf390535299cfa.tar.gz
Enabling caching of pip downloads and wheels
Makes stuff more vroom vroom on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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