X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=67229081dda94e28487f4a8537f5d1896db8e8de;hb=1aaa1a75e6c4ec88d7a403f9f0460de727ff38d8;hp=859db9bf20c8022bedc1380202108ed6c363901c;hpb=dd127f84569ceebec6243a16c3bb9e4130493a6b;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index 859db9b..6722908 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -68,8 +68,11 @@ install: - "pip --version" - "pip install tox" -# No build step - _namemapper extension will be built under tox +# No build step - we don't have C extensions build: false test_script: - "tox -e %TOX_ENV%" + +after_test: + - "scripts\\remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache"