mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 18:42:21 +01:00
12 lines
274 B
YAML
12 lines
274 B
YAML
before_script:
|
|
- apt-get -qq update
|
|
- apt-get -qq install -y python3 python3-venv python3-pip
|
|
- python3 -m venv venv
|
|
- source venv/bin/activate
|
|
- pip install pylint
|
|
|
|
pylint:
|
|
script:
|
|
- pylint marietje metrics playerapi queues songs stats
|
|
allow_failure: yes
|