From: Oleg Broytman Date: Sun, 1 Apr 2018 00:39:34 +0000 (+0300) Subject: CI(appveyor.yml): Clear `pip` cache with `remove-old-files.py` X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=23fe1a144998ca1dcde6628668df50353283d8ec;ds=sidebyside CI(appveyor.yml): Clear `pip` cache with `remove-old-files.py` --- diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 5f9b60e..5a675a6 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -87,6 +87,7 @@ test_script: # %CMD_IN_ENV% python setup.py bdist_wheel && # ls dist # ) +# - remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache # #artifacts: # # Archive the generated packages in the ci.appveyor.com build report