diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-09-03 15:26:42 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:32 +0100 |
commit | 6e189d784b7a73799feccdb6aed5158d71dd388c (patch) | |
tree | d86c82560f03a40f299bc7b930493e9f0d11f017 /.travis.yml | |
parent | 731cbb64214aca985bda752b6bcfaa15a1f469cb (diff) |
.travis.yml: Cache Python PIP packages
We always install the same packages ever and ever, cache them.
See https://docs.travis-ci.com/user/caching/#pip-cache
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7ae55dc41d..0e3c2b0021 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ compiler: cache: timeout: 1200 ccache: true + pip: true addons: |