summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-20 08:45:54 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-20 08:45:54 -0500
commita8f66602f22459be95f8463e8cf6de1e653b352c (patch)
treefef6be09931f294ba3d6167afcdfc9ac20d0d6ae
parent3902aabd7f5c4cb0f4aba8d2785da98e87cb7d6a (diff)
downloadpytest-runner-a8f66602f22459be95f8463e8cf6de1e653b352c.tar.gz
Save the pip cache across builds. Ref pypa/setuptools#1279.
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3d55a92..2b7808f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,6 +14,9 @@ install:
build: off
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
+
test_script:
- "python -m pip install tox tox-venv"
- "tox"