From f93702b82c775bf257c02af167deb774814a145f Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 02:44:29 +0500 Subject: [PATCH] cache for pip on TravisCI --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9de515c8..faa3617a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: python +cache: + pip: true + directories: + - lib + # Available Python versions: # http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images python: