diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-10-17 20:40:05 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2017-10-17 20:40:05 -0700 |
commit | 316877b437008d8e7572ffec2ba74c5d370fe38a (patch) | |
tree | 147a11bebe8d4e65c983731d4ab1ebdcfcfd35e2 | |
parent | 1c4c6cb4d2d9e17aca6d660aa77dc295b860d56e (diff) | |
download | redis-py-316877b437008d8e7572ffec2ba74c5d370fe38a.tar.gz |
Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2b6bd3d..fcbdbb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +cache: pip python: - "3.6" - "3.5" |