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