Cédric Krier pushed to branch branch/default at Tryton / python-sql


Commits:
5df8c7a1 by Cédric Krier at 2022-12-27T11:01:24+01:00
Add cache for tox tests
- - - - -


2 changed files:

- .gitlab-ci.yml
- tox.ini


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -42,6 +42,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
=====================================
@@ -12,3 +12,4 @@
     coverage report --include=./sql/* --omit=*/tests/*
 deps =
     coverage
+passenv = *



View it on Heptapod: 
https://foss.heptapod.net/tryton/python-sql/-/commit/5df8c7a1ae6d862df6d527d6df470f1e2f169d66

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/python-sql/-/commit/5df8c7a1ae6d862df6d527d6df470f1e2f169d66
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to