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: ...@@ -10,9 +10,9 @@ linter:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: thekevjames/nox:2019.11.9
script: script:
- flake8 src/pystencilssfg - nox --session lint
tags: tags:
- docker - docker
...@@ -22,10 +22,9 @@ typechecker: ...@@ -22,10 +22,9 @@ typechecker:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: thekevjames/nox:2019.11.9
script: script:
- pip install mypy - nox --session typecheck
- mypy src/pystencilssfg
tags: tags:
- docker - docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment