Skip to content
Snippets Groups Projects
Commit d138b57d authored by Stephan Seitz's avatar Stephan Seitz
Browse files

CI: Add minimal-sympy-master

parent ad26bd81
No related merge requests found
...@@ -88,6 +88,19 @@ minimal-conda: ...@@ -88,6 +88,19 @@ minimal-conda:
- docker - 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 -------------------------------------------------------------------------- # -------------------- Linter & Documentation --------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment