Save the pip cache across builds. Ref pypa/setuptools#1279.

master
Jason R. Coombs 6 years ago
parent 3902aabd7f
commit a8f66602f2
  1. 3
      appveyor.yml

@ -14,6 +14,9 @@ install:
build: off
cache:
- '%LOCALAPPDATA%\pip\Cache'
test_script:
- "python -m pip install tox tox-venv"
- "tox"

Loading…
Cancel
Save