From e088d9ede538a6d442262d9962d28bbecff034d2 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 22 Feb 2019 18:21:11 +0300 Subject: [PATCH] Add cache for the pip dependencies --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f04985..4c09edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +cache: pip + install: - pip install -r requirements.txt