Newer
Older
# Copyright (c) 2019 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
- apt update && apt install --no-install-recommends -y python3-pip python3-setuptools
stages:
- test
pycodestyle:
stage: test
script: tools/tests/test-pycodestyle.sh
pylint:
stage: test
script: tools/tests/test-pylint.sh
pytest:
stage: test