mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 06:12:21 +01:00
Add pylint stub
This commit is contained in:
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user