From 9dcef1ac4826dddf8b41b8ca8390e4e907a47eab Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 11 Feb 2019 16:09:40 +0100 Subject: [PATCH] Activate pip caching in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d97c609759..38c9ba1e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +cache: pip python: - "2.7" sudo: false