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
|
shallow_clone: true
|
||||||
version: '{branch}-{build}'
|
version: '{branch}-{build}'
|
||||||
cache:
|
cache:
|
||||||
- C:\projects\qutebrowser\.tox
|
|
||||||
- C:\projects\qutebrowser\.cache
|
- C:\projects\qutebrowser\.cache
|
||||||
build: off
|
build: off
|
||||||
environment:
|
environment:
|
||||||
|
@ -10,7 +10,6 @@ language: c
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
- $HOME/build/The-Compiler/qutebrowser/.tox
|
|
||||||
- $HOME/build/The-Compiler/qutebrowser/.cache
|
- $HOME/build/The-Compiler/qutebrowser/.cache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user