summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-20 18:55:52 -0600
committerMichael Merickel <michael@merickel.org>2016-11-20 18:55:52 -0600
commit1b93d69e92d478cc8208476200b29a91311cca4c (patch)
tree85f1bcc3b588f83df6369d22298ceffd66ce2511
parent7be5b901f8d4ab0351015c79c2ffcf0f3405bb8f (diff)
downloadwaitress-1b93d69e92d478cc8208476200b29a91311cca4c.tar.gz
cache pip artifacts
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6505c2b..5691130 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,12 @@
environment:
matrix:
- - PYTHON: "C:\\Python27"
- TOXENV: "py27"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
+ - PYTHON: "C:\\Python27"
+ TOXENV: "py27"
+
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
install:
- "%PYTHON%\\python.exe -m pip install tox"