Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
821e3432
Commit
821e3432
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
move doctests into CI test phase
parent
c070e2cf
No related branches found
No related tags found
1 merge request
!127
Doc-tests
Pipeline
#123369
passed with stages
Stage: test
Stage: build
in 3 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
2
View file @
821e3432
...
@@ -2,7 +2,6 @@ image: python
...
@@ -2,7 +2,6 @@ image: python
stages
:
stages
:
-
test
-
test
-
doctest
-
build
-
build
-
deploy
-
deploy
...
@@ -31,7 +30,7 @@ test:
...
@@ -31,7 +30,7 @@ test:
-
cov
-
cov
doctest
:
doctest
:
stage
:
doc
test
stage
:
test
script
:
script
:
-
pip3 install --editable .[doc]
-
pip3 install --editable .[doc]
-
sphinx-build -b doctest docs/source docs/build
-
sphinx-build -b doctest docs/source docs/build
...
...
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