From 5051f91c972baaff6ba99f4dc478850783c7eaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Thu, 9 Aug 2018 03:52:18 +0300 Subject: [PATCH] Don't cache .tox on travis --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02de716..0f40fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,7 @@ python: - '3.5' - '3.6' -cache: - directories: - - $HOME/.cache/pip - - .tox -before_cache: - - rm -f $HOME/.cache/pip/log/debug.log - - rm -fr .tox/log/ .tox/*/log/ .tox/*/tmp/ .tox/dist .tox/*/lib/*/site-packages/drf_yasg* +cache: pip jobs: include: