From 125359adf29d492a50c9a4706f16b1f6be1c0dd9 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Mon, 4 Apr 2016 13:08:21 +0200 Subject: [PATCH] Enable travis caching of pip/eggs --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 74ff7d6..ca1e737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,7 @@ script: - bin/test -v1 notifications: email: false +cache: + pip: true + directories: + - eggs/