Commit 3604b409 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1279 from thijstriemstra/patch-2

enable pip cache in appveyor build
parents bda9386d d2d76256
......@@ -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