summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-20 18:54:52 -0600
committerMichael Merickel <michael@merickel.org>2016-11-20 18:54:52 -0600
commit9089d33cfa59d84cf76b9f52f8bf181c98c6a121 (patch)
tree1d29f5cebeadf312d8c3ff60e6244b4e3568e000 /appveyor.yml
parent0c1c8bfe1001d7fdf6f1c6d9a19435b8a46f7fc9 (diff)
downloadpyramid-9089d33cfa59d84cf76b9f52f8bf181c98c6a121.tar.gz
pyramid-9089d33cfa59d84cf76b9f52f8bf181c98c6a121.tar.bz2
pyramid-9089d33cfa59d84cf76b9f52f8bf181c98c6a121.zip
cache pip artifacts
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
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"