]> git.phdru.name Git - ppu.git/commitdiff
Feat(CI): Use remove-old-files.py to cleanup pip cache
authorOleg Broytman <phd@phdru.name>
Sat, 17 Jun 2017 16:43:50 +0000 (19:43 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 17 Jun 2017 17:14:48 +0000 (20:14 +0300)
.travis.yml
appveyor.yml
docs/news.rst

index ddec68a13e46712bb9c2024cbd4eebe5b394aefe..d257dcef09862ff0a69813c174400c22f33d685e 100644 (file)
@@ -28,3 +28,6 @@ install:
 
 script:
   - tox
+
+before_cache:
+  - scripts/remove-old-files.py -o 180 ~/.cache/pip
index 5c95cd1a7e4c99a361a5ab14bf339054fe14866e..67229081dda94e28487f4a8537f5d1896db8e8de 100644 (file)
@@ -73,3 +73,6 @@ build: false
 
 test_script:
   - "tox -e %TOX_ENV%"
+
+after_test:
+  - "scripts\\remove-old-files.py -o 180 %LOCALAPPDATA%\\pip\\Cache"
index 1948545349bcf385b5dade1cd7268d223a6a1635..8ed59f01656252a4d6ea0587d90be1d119376752 100644 (file)
@@ -1,7 +1,12 @@
 News
 ====
 
-Version 0.4.0 (2017-06-??)
+Version 0.4.1 (2017-06-??)
+--------------------------
+
+* Use remove-old-files.py to cleanup pip cache.
+
+Version 0.4.0 (2017-06-04)
 --------------------------
 
 * Add package 'ppu'.