diff mbox series

[v1,32/42] .travis.yml: Cache Python PIP packages

Message ID 20190904203013.9028-33-alex.bennee@linaro.org
State Superseded
Headers show
Series current testing/next queue (podman, docker, ci) | expand

Commit Message

Alex Bennée Sept. 4, 2019, 8:30 p.m. UTC
From: Philippe Mathieu-Daudé <philmd@redhat.com>


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>

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 8c376d22239..d51125c9569 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@  compiler:
 cache:
   timeout: 1200
   ccache: true
+  pip: true
 
 
 addons: