.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>
This commit is contained in:
parent
731cbb6421
commit
6e189d784b
@ -8,6 +8,7 @@ compiler:
|
|||||||
cache:
|
cache:
|
||||||
timeout: 1200
|
timeout: 1200
|
||||||
ccache: true
|
ccache: true
|
||||||
|
pip: true
|
||||||
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user