aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2018-02-20 03:46:39 +0100
committerGitHub <noreply@github.com>2018-02-20 03:46:39 +0100
commitd2d76256e1b19fe58d23d14891208d076873f07b (patch)
tree02c5fb6e08dacba1400c3de7d70a9b8a1269a76e /appveyor.yml
parent271dee89e1ec9740c008f1938aa896616e164ede (diff)
downloadexternal_python_setuptools-d2d76256e1b19fe58d23d14891208d076873f07b.tar.gz
external_python_setuptools-d2d76256e1b19fe58d23d14891208d076873f07b.tar.bz2
external_python_setuptools-d2d76256e1b19fe58d23d14891208d076873f07b.zip
enable pip cache in appveyor build
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 8ecee10b..7c61455c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,6 +14,9 @@ install:
build: off
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
+
test_script:
- "python bootstrap.py"
- "python -m pip install tox"