From f92d88c24182142396646c464ab820d8fae14418 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 1 Apr 2018 02:05:36 +0100 Subject: [PATCH] travis: Cache wheels and other pip artifacts Should speedup builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8deda0c0..815192a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ notifications: email: false language: python +cache: pip python: - "2.7"