From c59447fd73668d3d5381d091d9c7e525572fb8fc Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 15 Jun 2018 22:20:38 -0700 Subject: Enable pip cache in Travis CI (#130) Slightly speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d87a749..3d311b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ - language: python +cache: pip python: - "2.6" - "2.7" -- cgit v1.2.1