Skip to content
Snippets Groups Projects

Add CI minimal CI test for old sympy

Closed Stephan Seitz requested to merge seitz/pystencils:prehistoric-sympy into master
Viewing commit b92ae513
Show latest version
1 file
+ 11
0
Preferences
Compare changes
+ 11
0
@@ -101,6 +101,17 @@ minimal-sympy-master:
@@ -101,6 +101,17 @@ minimal-sympy-master:
tags:
tags:
- docker
- docker
 
minimal-sympy-perhistoric:
 
stage: test
 
except:
 
variables:
 
- $ENABLE_NIGHTLY_BUILDS
 
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
 
script:
 
- apt install python3-sympy -y
 
- python3 setup.py quicktest
 
tags:
 
- docker
pycodegen-integration:
pycodegen-integration:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full