openlp_api_tester/.gitlab-ci.yml

12 lines
208 B
YAML
Raw Normal View History

2020-06-21 08:57:12 +00:00
lint-python:
stage: test
image: python:latest
script:
- pip install tox flake8
- flake8
2020-06-26 13:57:22 +00:00
lint-yaml:
stage: test
image: python:latest
script:
- pip install yamllint
- yamllint *.yaml