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
version: '{branch}-{build}'
cache:
- C:\projects\qutebrowser\.tox
- C:\projects\qutebrowser\.cache
build: off
environment:

View File

@ -10,7 +10,6 @@ language: c
cache:
directories:
- $HOME/.cache/pip
- $HOME/build/The-Compiler/qutebrowser/.tox
- $HOME/build/The-Compiler/qutebrowser/.cache
install: