From 71d84b31a585095b8a0b1cd611a7a52fef933938 Mon Sep 17 00:00:00 2001 From: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Tue, 18 Feb 2020 11:05:38 +0100 Subject: [PATCH] suppression du cache pour 3.7 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 628552a..5f46269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,7 @@ tests:2.7: # ---------------------------- tests:3.7: stage: test + cache: {} script: - python -V - python -m pytest --pep8 --cov=allgo --cov-config=.coveragerc.p3 tests/ -- GitLab