]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/.travis.yml
Use ppu to cleanup pip cache
[cookiecutter.git] / project_template / .travis.yml
index 74a3facb36125c7ca755b25fd95ee8dc92476799..cf04d5d9d6214bfa9ad16b10b41f2bf5d1918acd 100644 (file)
@@ -1,10 +1,9 @@
 # Config file for automatic testing at travis-ci.org
 
 # Config file for automatic testing at travis-ci.org
 
-# Only test maint, master and pull requests; skip tags.
+# Only test master and pull requests; skip tags.
 # Other branches can allow themselves.
 branches:
   only:
 # Other branches can allow themselves.
 branches:
   only:
-    - maint
     - master
 
 # Prefer docker containers
     - master
 
 # Prefer docker containers
@@ -30,7 +29,10 @@ matrix:
     - env: TOXENV=pypy
 
 install:
     - env: TOXENV=pypy
 
 install:
-  - travis_retry pip install tox
+  - travis_retry pip install tox ppu
 
 script:
   - tox
 
 script:
   - tox
+
+before_cache:
+  - remove-old-files.py -o 180 ~/.cache/pip