From d138b57d0c9e5d69fbdca40d58605dceea0129a3 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 5 Sep 2019 12:59:02 +0200 Subject: [PATCH] CI: Add minimal-sympy-master --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b76595e72..37bc43f97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,6 +88,19 @@ minimal-conda: - docker +minimal-sympy-master: + stage: test + except: + variables: + - $ENABLE_NIGHTLY_BUILDS + image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda + script: + - python -m pip install --upgrade git+https://github.com/sympy/sympy.git + - python setup.py quicktest + allow_failure: true + tags: + - docker + # -------------------- Linter & Documentation -------------------------------------------------------------------------- -- GitLab