Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bmp-caosdb
caosdb-webui
Commits
699d1d7f
Commit
699d1d7f
authored
Oct 09, 2018
by
Timm Fitschen
Browse files
Update .gitlab-ci.yml
parent
bbf3f2ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
699d1d7f
...
...
@@ -32,7 +32,7 @@ stages:
# install pylint
setup:install-pylint:
stage
:
setup
tags
:
[
py34
,
py35
,
py36
,
py37
]
tags
:
[
py34
]
script
:
-
pip3 install pylint --user
...
...
@@ -43,7 +43,7 @@ setup:install-pylint:
# pylint everything
linting:pylint:python3:
stage
:
linting
tags
:
[
py34
,
py35
,
py36
,
py37
]
tags
:
[
py34
]
script
:
-
make pylint
...
...
@@ -54,7 +54,7 @@ linting:pylint:python3:
# run qunit tests
test:qunit:
stage
:
test
tags
:
[
py34
,
py35
,
py36
,
py37
]
tags
:
[
py34
]
artifacts
:
paths
:
-
qunit.log
...
...
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