Commit d2d76256 authored by Thijs Triemstra's avatar Thijs Triemstra Committed by GitHub

enable pip cache in appveyor build

parent 271dee89
......@@ -14,6 +14,9 @@ install:
build: off
cache:
- '%LOCALAPPDATA%\pip\Cache'
test_script:
- "python bootstrap.py"
- "python -m pip install tox"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment