diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-08-14 06:44:08 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-08-14 06:44:08 +0200 |
commit | 433bdbfedb33ec4a6b925c2f4bdc992aec6ec386 (patch) | |
tree | aa77685e96a483e7421e5edc44d97c29c8a69b71 /.appveyor.yml | |
parent | 11502b79426afb587729dbc3fd97fac4a1657b55 (diff) | |
download | qutebrowser-433bdbfedb33ec4a6b925c2f4bdc992aec6ec386.tar.gz qutebrowser-433bdbfedb33ec4a6b925c2f4bdc992aec6ec386.zip |
Don't cache .tox on CIs.
I think this makes things slower rather than faster.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index a7b22e9f8..bebd3c0f2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,6 @@ shallow_clone: true version: '{branch}-{build}' cache: - - C:\projects\qutebrowser\.tox - C:\projects\qutebrowser\.cache build: off environment: |