Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
b3a05156
Commit
b3a05156
authored
10 months ago
by
Bastien Abadie
Browse files
Options
Downloads
Plain Diff
Merge branch 'build-doc-tox' into 'main'
Build doc tox See merge request
!406
parents
2be85de2
6d6f5a08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!406
Build doc tox
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
tox.ini
+7
-1
7 additions, 1 deletion
tox.ini
with
10 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
3
View file @
b3a05156
...
...
@@ -46,7 +46,7 @@ test:
-
schedules
script
:
-
tox -- -v
-
tox
-e teklia-dan
-- -v
docker-build
:
stage
:
build
...
...
@@ -71,10 +71,10 @@ docker-build:
-
public
before_script
:
-
pip install
-e .[docs]
-
pip install
tox
script
:
-
mkdocs build --strict --verbose
-
tox -e doc
docs-build
:
extends
:
.docs
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
7
−
1
View file @
b3a05156
[tox]
env_list
=
teklia-dan
teklia-dan
,
doc
minversion
=
4.6.4
[testenv]
...
...
@@ -14,5 +14,11 @@ deps =
commands
=
pytest
{tty:
--color
=
yes} {posargs}
[testenv:doc]
extras
=
docs
commands
=
mkdocs
build
--clean
--verbose
--strict
[pytest]
testpaths
=
tests
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