Merge pull request #788 from pre-commit/cache_cargo_windows

Cache rust installation on windows too
This commit is contained in:
Anthony Sottile 2018-07-05 14:44:04 -07:00 committed by GitHub
commit e731aa835c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,4 @@ test_script: tox
cache:
- '%LOCALAPPDATA%\pip\cache'
- '%USERPROFILE%\.cache\pre-commit'
- '%USERPROFILE%\.cargo'