Skip to content
Snippets Groups Projects
Unverified Commit 6c40d8aa authored by Andreas Valder's avatar Andreas Valder
Browse files

test pylint in buster

parent 21241569
No related branches found
No related tags found
No related merge requests found
linter:
image: debian:stretch
image: debian:busterh
stage: test
script:
- apt update
- apt install -y python3
- python3 -V
- uname -a
- apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage pylint3
- apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-requests python3-coverage pylint3
- pylint3 --indent-string='\t' --indent-after-paren=1 --max-line-length=160 --disable=missing-docstring,unused-wildcard-import --output-format=text *.py | tee pylint.txt
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment