mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
enable pip cache in appveyor build
This commit is contained in:
parent
f834499726
commit
b9cf184075
1 changed files with 3 additions and 0 deletions
|
|
@ -4,5 +4,8 @@ install:
|
|||
|
||||
build: off
|
||||
|
||||
cache:
|
||||
- '%LOCALAPPDATA%\pip\Cache'
|
||||
|
||||
test_script:
|
||||
- python -m tox -e py27,py34,py35,dogfood
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue