Don't cache .tox in CI, it's too big ; hope pip cache is fine enough #21

Merged
delobell merged 1 commit from aureplop/setup-ci-remove-tox-from-cache into master 2018-10-06 13:45:54 +02:00

View file

@ -9,7 +9,6 @@ variables:
cache: cache:
paths: paths:
- vendor - vendor
- .tox
before_script: before_script:
- mkdir -p vendor/{apt,pip} - mkdir -p vendor/{apt,pip}