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

add pylint as test

parent a4c06cb7
No related branches found
No related tags found
No related merge requests found
linter:
image: debian:stretch
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 python3-pylint
- pylint --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
artifacts:
paths:
- pylint.txt
unittest:
image: debian:stretch
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment