diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-11-05 14:07:33 -0800 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2017-11-05 14:07:33 -0800 |
| commit | 593a4b8eddb0262924812aaf90184521ed8bda61 (patch) | |
| tree | 9196da554fc9690bcde2459d1cb821465249576d | |
| parent | 1ecf97005a024391fb07ad8941f4d25c4e0aae6e (diff) | |
| download | flake8-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.yml | 1 |
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 |
