X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=project_template%2F.travis.yml;h=cf04d5d9d6214bfa9ad16b10b41f2bf5d1918acd;hb=15769ccc726b075b9409c791e5d4951221bd5385;hp=74a3facb36125c7ca755b25fd95ee8dc92476799;hpb=b2027c2ae3aa07681bd9881b9f3afc173fcd9782;p=cookiecutter.git diff --git a/project_template/.travis.yml b/project_template/.travis.yml index 74a3fac..cf04d5d 100644 --- a/project_template/.travis.yml +++ b/project_template/.travis.yml @@ -1,10 +1,9 @@ # 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: - - maint - master # Prefer docker containers @@ -30,7 +29,10 @@ matrix: - env: TOXENV=pypy install: - - travis_retry pip install tox + - travis_retry pip install tox ppu script: - tox + +before_cache: + - remove-old-files.py -o 180 ~/.cache/pip