Skip to content
Snippets Groups Projects

Bump minimum SymPy version and add Python 3.9 to CI

Merged Markus Holzer requested to merge holzer/lbmpy:minimal_sympy into master
Viewing commit ba781484
Show latest version
1 file
+ 4
0
Preferences
Compare changes
+ 4
0
@@ -13,6 +13,8 @@ tests-and-coverage:
@@ -13,6 +13,8 @@ tests-and-coverage:
- $ENABLE_NIGHTLY_BUILDS
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
script:
 
- env
 
- pip list
- export NUM_CORES=$(nproc --all)
- export NUM_CORES=$(nproc --all)
- mkdir -p ~/.config/matplotlib
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
@@ -115,6 +117,8 @@ ubuntu:
@@ -115,6 +117,8 @@ ubuntu:
- export NUM_CORES=$(nproc --all)
- export NUM_CORES=$(nproc --all)
- mkdir -p ~/.config/matplotlib
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
 
- env
 
- pip3 list
- pytest-3 -v -n $NUM_CORES -m "not longrun" --junitxml=report.xml
- pytest-3 -v -n $NUM_CORES -m "not longrun" --junitxml=report.xml
tags:
tags:
- docker
- docker