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

This commit is contained in:
Jason R. Coombs 2018-02-20 08:45:54 -05:00
parent 3902aabd7f
commit a8f66602f2

View File

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