]> git.phdru.name Git - sqlconvert.git/blobdiff - appveyor.yml
Use ppu to cleanup pip cache
[sqlconvert.git] / appveyor.yml
index 2cc3783cd16d3d1ef12c61d32cf1084972a4c3d1..0113fa5e69e4ebb6a8c6e4827fad848ad52726f7 100644 (file)
@@ -136,10 +136,13 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "pip --version"
-  - "pip install tox"
+  - "pip install tox ppu"
 
 # No build step - we don't have C extensions
 build: false
 
 test_script:
   - "tox -e %TOX_ENV%"
+
+after_test:
+  - "remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache"