From f8cb28f304aa2519d06d7eff036d626631cae59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Wed, 6 May 2020 19:56:41 +0200 Subject: [PATCH] Remove travis cache --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab87c39..47c0cfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - 3.7 -cache: - - pip +#cache: +# - pip # - directories: # - "$HOME/.pyenv" # Would be great to cache Postgres here but dir names with spaces are split into two and escaping doesn't work