From 082892101e4014b4241b28e2609b3b483da69613 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 12 Apr 2020 00:10:15 +0200 Subject: [PATCH] Remove caching for now --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7958c98..d2287d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,3 @@ pipeline: commands: - pip install tox==3.14.6 - tox -e ${TOXENV} - volumes: - - name: cache - path: /drone/src/.tox