Cédric Krier pushed to branch branch/default at Tryton / Relatorio
Commits:
c80de108 by Cédric Krier at 2022-12-27T10:59:12+01:00
Add cache for tox tests
- - - - -
2 changed files:
- .gitlab-ci.yml
- tox.ini
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -52,6 +52,11 @@
.test-tox:
extends: .test
+ variables:
+ PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
+ cache:
+ paths:
+ - .cache/pip
before_script:
- pip install tox
=====================================
tox.ini
=====================================
@@ -15,3 +15,4 @@
coverage
pyyaml
pycha
+passenv = *
View it on Heptapod:
https://foss.heptapod.net/tryton/relatorio/-/commit/c80de1085a708b2562644b2d9e03861e24396978
--
View it on Heptapod:
https://foss.heptapod.net/tryton/relatorio/-/commit/c80de1085a708b2562644b2d9e03861e24396978
You're receiving this email because of your account on foss.heptapod.net.