From: Aaron Hill Date: Sat, 5 Nov 2016 21:55:41 +0000 (-0400) Subject: Enable pip caching on Travis X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d02d760c67063714cd199d2e6c29f36952ebfa59;p=tweepy.git Enable pip caching on Travis --- diff --git a/.travis.yml b/.travis.yml index 6cca9b4..f4868b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: python +cache: pip python: - '2.6'