diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-20 08:44:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-20 08:44:30 -0500 |
| commit | 3604b4095605bc83a8731d1470aff50a1e7fd784 (patch) | |
| tree | 91c7e81a271e32d7ee1507ef5887b4f689e51758 | |
| parent | bda9386ddbde71745b8447300b210c5fc78a2c2b (diff) | |
| parent | d2d76256e1b19fe58d23d14891208d076873f07b (diff) | |
| download | python-setuptools-git-3604b4095605bc83a8731d1470aff50a1e7fd784.tar.gz | |
Merge pull request #1279 from thijstriemstra/patch-2
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 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" |
