Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
speller2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
speller2
Merge requests
!2
Model
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Model
model
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Bartosz Walkowiak
requested to merge
model
into
master
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
fe2e1d0e
Prev
Next
Show latest version
1 file
+
4
−
3
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fe2e1d0e
Fix Ci
· fe2e1d0e
bwalkow
authored
2 years ago
.gitlab-ci.yml
+
4
−
3
Options
@@ -9,15 +9,16 @@ stages:
-
build
-
build_develop
before_script
:
-
pip install tox==2.9.1
pep8
:
before_script
:
-
pip install tox==2.9.1
stage
:
check_style
script
:
-
tox -v -e pep8
docstyle
:
before_script
:
-
pip install tox==2.9.1
stage
:
check_style
script
:
-
tox -v -e docstyle