From 27422a64277f5986fd418af50e9838ddfee35e0c Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Mon, 20 Aug 2018 18:06:31 +0200 Subject: [PATCH] Travis: Enable pip caching --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6a1640c..c92c78e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +cache: pip + python: - 2.7 - 3.4