Don't cache .tox in CI, it's too big ; hope pip cache is fine enough
This commit is contained in:
parent
e35169d544
commit
b0451097fc
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ variables:
|
|||
cache:
|
||||
paths:
|
||||
- vendor
|
||||
- .tox
|
||||
|
||||
before_script:
|
||||
- mkdir -p vendor/{apt,pip}
|
||||
|
|
Loading…
Reference in a new issue