BLD: Add pip cache to appveyor cache

This commit is contained in:
Richard Frank
2016-03-03 11:29:29 -05:00
parent 67b1e6b436
commit d5f01c2ac4
+4 -1
View File
@@ -85,7 +85,10 @@ environment:
# We always use a 64-bit machine, but can build x86 distributions
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
platform:
- x64
- x64
cache:
- '%LOCALAPPDATA%\pip\Cache'
# all our python builds have to happen in tests_script...
build: false