summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-20 08:44:30 -0500
committerGitHub <noreply@github.com>2018-02-20 08:44:30 -0500
commit3604b4095605bc83a8731d1470aff50a1e7fd784 (patch)
tree91c7e81a271e32d7ee1507ef5887b4f689e51758
parentbda9386ddbde71745b8447300b210c5fc78a2c2b (diff)
parentd2d76256e1b19fe58d23d14891208d076873f07b (diff)
downloadpython-setuptools-git-3604b4095605bc83a8731d1470aff50a1e7fd784.tar.gz
Merge pull request #1279 from thijstriemstra/patch-2
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 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"