summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-11-05 14:07:33 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2017-11-05 14:07:33 -0800
commit593a4b8eddb0262924812aaf90184521ed8bda61 (patch)
tree9196da554fc9690bcde2459d1cb821465249576d
parent1ecf97005a024391fb07ad8941f4d25c4e0aae6e (diff)
downloadflake8-593a4b8eddb0262924812aaf90184521ed8bda61.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 47173cb..578013a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
sudo: false
language: python
+cache: pip
before_script:
- pip install tox