summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-17 20:40:05 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-17 20:40:05 -0700
commit316877b437008d8e7572ffec2ba74c5d370fe38a (patch)
tree147a11bebe8d4e65c983731d4ab1ebdcfcfd35e2
parent1c4c6cb4d2d9e17aca6d660aa77dc295b860d56e (diff)
downloadredis-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.yml1
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"