Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Video AG Infrastruktur
website
Commits
f0dd321e
Unverified
Commit
f0dd321e
authored
Aug 30, 2018
by
Andreas Valder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pylint as test
parent
a4c06cb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.gitlab-ci.yml
.gitlab-ci.yml
+14
-0
No files found.
.gitlab-ci.yml
View file @
f0dd321e
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment