From 0cd0b5a06ac530ad81e31817e7b13f96e7226ad1 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 28 Aug 2017 21:29:24 +0200 Subject: [PATCH] travis: cache pip for faster builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 23676a2c..0c516624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" +cache: pip install: "pip install -r requirements.txt && pip install coveralls pylint" script: