diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-10-14 04:39:31 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-10-21 14:09:54 -0300 |
commit | d40023b42053af0971e90ec33dbf9339c2e5f834 (patch) | |
tree | e43926be88ecef262924abfd30eb24e67534e3e0 | |
parent | a3836cd316c31a7256b2e110776e93c21cc772cc (diff) |
[tests] cache tox folder
This should avoid tox virtualenv recreation.
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7419cdaa..dd4e4605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,11 @@ stages: - tests - benchmark +# Cache tox envs between builds +cache: + paths: + - testing/.tox/ + code-check: stage: code-check script: |