From f7ea8e18bf14479951a16a6c6fa45fd3a08942b3 Mon Sep 17 00:00:00 2001 From: codl Date: Sat, 9 Sep 2017 10:27:33 +0200 Subject: [PATCH] travis: cache pip cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4acd29c..3fec0d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ python: script: - pytest --cov=. - coveralls +cache: pip