diff options
author | Thijs Triemstra <info@collab.nl> | 2018-02-20 03:52:10 +0100 |
---|---|---|
committer | Xavier Fernandez <xav.fernandez@gmail.com> | 2018-10-15 15:46:58 +0200 |
commit | 78f14f9b18d26d25ab3a87fd9fcf0903c7b530e5 (patch) | |
tree | 42e509ed864642fec33317f2de38ddbe1b75da84 | |
parent | f74349da33157069684972bb626dfde8a39ff5e6 (diff) | |
download | virtualenv-78f14f9b18d26d25ab3a87fd9fcf0903c7b530e5.tar.gz |
enable pip cache in appveyor build
-rw-r--r-- | appveyor.yml | 3 |
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" |