Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nlpworkers
cluto
Commits
51221e4a
Commit
51221e4a
authored
Jul 12, 2020
by
Tomasz Walkowiak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
19776b50
Pipeline
#739
passed with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+4
-3
No files found.
.gitlab-ci.yml
View file @
51221e4a
...
...
@@ -8,17 +8,18 @@ stages:
-
check_style
-
build
before_script
:
-
pip install tox==2.9.1
pep8
:
stage
:
check_style
script
:
-
tox -v -e pep8
-
tox -v -e pep8
docstyle
:
stage
:
check_style
script
:
-
tox -v -e docstyle
-
tox -v -e docstyle
build_image
:
stage
:
build
...
...
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