Don't cache .tox on CIs.
I think this makes things slower rather than faster.
This commit is contained in:
parent
11502b7942
commit
433bdbfedb
@ -1,7 +1,6 @@
|
||||
shallow_clone: true
|
||||
version: '{branch}-{build}'
|
||||
cache:
|
||||
- C:\projects\qutebrowser\.tox
|
||||
- C:\projects\qutebrowser\.cache
|
||||
build: off
|
||||
environment:
|
||||
|
@ -10,7 +10,6 @@ language: c
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/build/The-Compiler/qutebrowser/.tox
|
||||
- $HOME/build/The-Compiler/qutebrowser/.cache
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user