mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 20:02:20 +01:00
11 lines
327 B
YAML
11 lines
327 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 -r requirements.txt pylint
|
|
|
|
pylint:
|
|
script:
|
|
- pylint marietje/marietje marietje/metrics marietje/playerapi marietje/queues marietje/songs marietje/stats
|