diff mbox series

[03/10] .travis.yml: Cache Python PIP packages

Message ID 20190903132649.20226-4-philmd@redhat.com
State New
Headers show
Series travis: Use caching when possible | expand

Commit Message

Philippe Mathieu-Daudé Sept. 3, 2019, 1:26 p.m. UTC
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(+)
diff mbox series

Patch

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