mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +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
|
build: off
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%LOCALAPPDATA%\pip\Cache'
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- python -m tox -e py27,py34,py35,dogfood
|
- python -m tox -e py27,py34,py35,dogfood
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue