From 5397a4d2d4bf9b1c7002a2fcca96e37dcd86850b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 9 Sep 2016 16:37:33 +0200 Subject: [PATCH] cache pip --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4e925b50..c8948625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +cache: pip + python: - "3.4"