Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Wehrwein
website
Commits
eac90506
Unverified
Commit
eac90506
authored
5 years ago
by
Andreas Valder
Browse files
Options
Downloads
Patches
Plain Diff
add test for debian buster and fix linter
parent
bc410e11
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+47
-43
47 additions, 43 deletions
.gitlab-ci.yml
with
47 additions
and
43 deletions
.gitlab-ci.yml
+
47
−
43
View file @
eac90506
...
@@ -7,12 +7,12 @@ linter:
...
@@ -7,12 +7,12 @@ linter:
-
python3 -V
-
python3 -V
-
uname -a
-
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-mysql.connector python3-requests python3-coverage pylint3
-
pylint3 --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
-
pylint3 --indent-string='\t' --indent-after-paren=1
--max-line-length=140
--output-format=text *.py | tee pylint.txt
artifacts
:
artifacts
:
paths
:
paths
:
-
pylint.txt
-
pylint.txt
unittest
:
unittest
:
&unittest
image
:
debian:stretch
image
:
debian:stretch
stage
:
test
stage
:
test
script
:
script
:
...
@@ -31,6 +31,10 @@ unittest:
...
@@ -31,6 +31,10 @@ unittest:
-
.coverage
-
.coverage
-
report.txt
-
report.txt
unittest_buster
:
<<
:
*unittest
image
:
debian:buster
livetest
:
livetest
:
image
:
debian:stretch
image
:
debian:stretch
stage
:
test
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment