summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2017-10-18 00:45:31 -0400
committerGitHub <noreply@github.com>2017-10-18 00:45:31 -0400
commit25c46abdebbf60c599e6b9fcd7a4532bd8272a55 (patch)
tree3802f6b2dd5d912eb81452ab113ded320681673b
parentd6c927bf29fa9ad0587512bec52c4d859a0016ca (diff)
parent316877b437008d8e7572ffec2ba74c5d370fe38a (diff)
downloadredis-py-25c46abdebbf60c599e6b9fcd7a4532bd8272a55.tar.gz
Merge pull request #914 from jdufresne/cache
Enable pip cache in Travis CI
-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"