Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CONCERTO
powspec
Commits
d7d24e0b
Commit
d7d24e0b
authored
Feb 08, 2021
by
Alexandre Beelen
Browse files
Update .gitlab-ci.yml
parent
f21f96ad
Pipeline
#4120
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d7d24e0b
...
...
@@ -6,8 +6,12 @@ stages:
tests
:
stage
:
test
script
:
tox -e test
script
:
-
pip install tox
-
tox -e test
lint
:
stage
:
test
script
:
tox -e codestyle
script
:
-
pip install tox
-
tox -e codestyle
Write
Preview
Supports
Markdown
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