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

add gitlab ci configuration

parent 1dd4436a
No related branches found
No related tags found
No related merge requests found
Pipeline #534 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