From 07f39960b1f1354e9e3a5e16431b92aa9f814621 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 17 Dec 2019 18:31:39 +0100 Subject: [PATCH] Add CI minimal CI test for old sympy --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c49077bb2..e85dd598f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,6 +101,17 @@ minimal-sympy-master: tags: - docker +minimal-sympy-perhistoric: + stage: test + except: + variables: + - $ENABLE_NIGHTLY_BUILDS + image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda + script: + - apt install python3-sympy -y + - python setup.py quicktest + tags: + - docker pycodegen-integration: image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full -- GitLab