diff options
author | Hynek Schlawack <hs@ox.cx> | 2015-07-03 19:47:11 +0200 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2015-07-03 19:47:11 +0200 |
commit | e2a9ad3705baf216efd5415f60c53559f802004c (patch) | |
tree | 9cdedf0b9c872f107574f575a003407117c11d36 /.travis.yml | |
parent | f53fb2d431870d93d9f7f8508898d62ef1ded932 (diff) | |
parent | e608e6266b5f3cf6052cef0100cf390535299cfa (diff) | |
download | pyopenssl-git-e2a9ad3705baf216efd5415f60c53559f802004c.tar.gz |
Merge pull request #289 from pyca/alex-patch-2
Enabling caching of pip downloads and wheels
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 746a762..0e5be38 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 |