diff mbox series

[PULL,36/45] .travis.yml: Cache Python PIP packages

Message ID 20190910084349.28817-37-alex.bennee@linaro.org
State New
Headers show
Series testing updates (fixes, upgrades, caching) | expand

Commit Message

Alex Bennée Sept. 10, 2019, 8:43 a.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>

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


-- 
2.20.1
diff mbox series

Patch

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