From: Philippe Mathieu-Daudé Date: Tue, 3 Sep 2019 13:26:42 +0000 (+0200) Subject: .travis.yml: Cache Python PIP packages X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6e189d784b7a73799feccdb6aed5158d71dd388c;p=qemu.git .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é Signed-off-by: Alex Bennée --- 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: