Skip to content
Snippets Groups Projects
Commit acb6ffbf authored by Lars Beckers's avatar Lars Beckers
Browse files

add gitlab ci configuration

parent 2a08b950
No related branches found
No related tags found
No related merge requests found
Pipeline #538 passed
---
image: stretch_python
before_script:
- export LANG=en_US.UTF-8
stages:
- test
test:
stage: test
script:
- "python3 -m py_compile *.py"
- flake8 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment