Newer
Older
# Copyright (c) 2019 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt update && apt install --no-install-recommends -y gir1.2-gtk-3.0 python3-gi 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