summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2018-02-20 03:52:10 +0100
committerXavier Fernandez <xav.fernandez@gmail.com>2018-10-15 15:46:58 +0200
commit78f14f9b18d26d25ab3a87fd9fcf0903c7b530e5 (patch)
tree42e509ed864642fec33317f2de38ddbe1b75da84
parentf74349da33157069684972bb626dfde8a39ff5e6 (diff)
downloadvirtualenv-78f14f9b18d26d25ab3a87fd9fcf0903c7b530e5.tar.gz
enable pip cache in appveyor build
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d073e61..70ec163 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,5 +19,8 @@ install:
build: off
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
+
test_script:
- "%PYTHON%\\Scripts\\tox.exe -e py"