summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-17 20:11:27 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-17 20:11:49 -0700
commitaa9a92b057205ea98d3e397c2fc34d86112df4b4 (patch)
tree699b8eb37f833512e753caa2127989b9b74f9963
parent4510fa059b06b5aae81062548210b23c0aea13cb (diff)
downloadpep8-aa9a92b057205ea98d3e397c2fc34d86112df4b4.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 3847bde..1ea5a73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+cache: pip
sudo: false
install:
- pip install tox