From c1c6e75bce5e7781ffc3f2501eed33db21baedfe Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 17 Oct 2016 19:58:17 -0600 Subject: [PATCH] Allow pip caching on Travis-CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b5a7b878..a315789c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: required language: python +cache: pip python: - 3.4 - 3.5