X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=project_template%2Fappveyor.yml;h=5c4d648afd459f5222f013c04f2b51f1304fdf3f;hb=50da5eb9e333d8e56e200e0492803c56c95b287d;hp=020d9b3cc794a8dc4b3bee3f5189634981ed3ba1;hpb=3c718acf706620a366ce2d883f030928ddf8b4e1;p=cookiecutter.git diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 020d9b3..5c4d648 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -72,9 +72,9 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "pip --version" - - "pip install tox" + - "pip install tox ppu" -# No build step - _namemapper extension will be built under tox +# No build step - we don't have C extensions build: false test_script: @@ -89,3 +89,6 @@ test_script: #artifacts: # # Archive the generated packages in the ci.appveyor.com build report # - path: dist\* + +after_test: + - "remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache"