diff options
| author | Thijs Triemstra <info@collab.nl> | 2018-02-20 03:46:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-20 03:46:39 +0100 |
| commit | d2d76256e1b19fe58d23d14891208d076873f07b (patch) | |
| tree | 02c5fb6e08dacba1400c3de7d70a9b8a1269a76e | |
| parent | 271dee89e1ec9740c008f1938aa896616e164ede (diff) | |
| download | external_python_setuptools-d2d76256e1b19fe58d23d14891208d076873f07b.tar.gz external_python_setuptools-d2d76256e1b19fe58d23d14891208d076873f07b.tar.bz2 external_python_setuptools-d2d76256e1b19fe58d23d14891208d076873f07b.zip | |
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" |
