Skip to content
Snippets Groups Projects
Commit 13c82075 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

use official nox image for linter and typechecker

parent eaca9d7b
Branches
Tags
1 merge request!10Introduce Nox for Test Automation
Pipeline #71546 failed
......@@ -10,9 +10,9 @@ linter:
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: thekevjames/nox:2019.11.9
script:
- flake8 src/pystencilssfg
- nox --session lint
tags:
- docker
......@@ -22,10 +22,9 @@ typechecker:
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: thekevjames/nox:2019.11.9
script:
- pip install mypy
- mypy src/pystencilssfg
- nox --session typecheck
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment