X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2F.travis.yml;h=cf04d5d9d6214bfa9ad16b10b41f2bf5d1918acd;hp=74a3facb36125c7ca755b25fd95ee8dc92476799;hb=8140fff09b51affc770283a412b05abaf177513b;hpb=b2027c2ae3aa07681bd9881b9f3afc173fcd9782 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