From bcb3ac682ebd83b0b773f7a2884164828cc404b2 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 15 Apr 2017 13:16:52 -0700 Subject: [PATCH] Cache PIP w/ travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fa4dc21..4e6a402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python +cache: pip + python: - '2.7' - '3.3'