]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
Feat(devscripts): Remove `twine register` from release process
[ppu.git] / appveyor.yml
index 859db9bf20c8022bedc1380202108ed6c363901c..67229081dda94e28487f4a8537f5d1896db8e8de 100644 (file)
@@ -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"