From 9089d33cfa59d84cf76b9f52f8bf181c98c6a121 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 20 Nov 2016 18:54:52 -0600 Subject: cache pip artifacts --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e10dbc580..5691130eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ environment: - PYTHON: "C:\\Python27" TOXENV: "py27" +cache: + - '%LOCALAPPDATA%\pip\Cache' + install: - "%PYTHON%\\python.exe -m pip install tox" -- cgit v1.2.3