Skip to content
Snippets Groups Projects

CI: Add minimal-sympy-master

1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
+ 13
0
@@ -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 --------------------------------------------------------------------------
Loading