summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2016-10-14 04:39:31 -0300
committerVictor Shyba <victor1984@riseup.net>2016-10-21 14:09:54 -0300
commitd40023b42053af0971e90ec33dbf9339c2e5f834 (patch)
treee43926be88ecef262924abfd30eb24e67534e3e0
parenta3836cd316c31a7256b2e110776e93c21cc772cc (diff)
[tests] cache tox folder
This should avoid tox virtualenv recreation.
-rw-r--r--.gitlab-ci.yml5
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: