summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-21 15:46:10 -0700
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-10-21 17:46:10 -0500
commitd004fbdc1f0290c5261f8cec43db56ab005a6a77 (patch)
tree6e452f5b2d36f4e9c3599e84a6da9e30d26be60e
parent163af9384eb9cb05492510bac2d8723b96621365 (diff)
downloadpyflakes-d004fbdc1f0290c5261f8cec43db56ab005a6a77.tar.gz
Enable pip cache in Travis CI (#305)
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 2d614cd..780b117 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+cache: pip
python:
- 2.6
- 2.7