Don't cache .tox on CIs.

I think this makes things slower rather than faster.
This commit is contained in:
Florian Bruhin 2015-08-14 06:44:08 +02:00
parent 11502b7942
commit 433bdbfedb
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -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: