openlp_api_tester/.gitlab-ci.yml

7 lines
102 B
YAML

lint-python:
stage: test
image: python:latest
script:
- pip install tox flake8
- flake8