From c84628d115e0c7d31a8d008ce2aaf97d183f1d14 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 11 Jan 2020 14:44:20 +0300 Subject: Travis: cache pip packages --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73e0f5f..990447f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: minimal os: linux dist: bionic arch: arm64 +cache: + directories: + - "$HOME/.cache/pip" addons: apt: update: true @@ -12,6 +15,5 @@ addons: - python3-wheel services: - docker -install: - - pip3 install -IU docker-compose +install: pip3 install -IU docker-compose script: docker-compose build -- cgit v1.2.3