mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 19:26:52 +00:00
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
This commit is contained in:
parent
1ecf97005a
commit
593a4b8edd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
sudo: false
|
||||
language: python
|
||||
cache: pip
|
||||
before_script:
|
||||
- pip install tox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue