Skip to content

Commit 6519698

Browse files
committed
Update tox.ini to be in line with marshmallow
1 parent d703f74 commit 6519698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ commands = sphinx-build docs/ docs/_build {posargs}
3030

3131
; Below tasks are for development only (not run in CI)
3232

33-
[testenv:watch-docs]
34-
deps =
35-
sphinx-autobuild
33+
[testenv:docs-serve]
34+
deps = sphinx-autobuild
3635
extras = docs
37-
commands = sphinx-autobuild --open-browser docs/ docs/_build {posargs} --watch src/flask_marshmallow --delay 2
36+
commands = sphinx-autobuild --port=0 --open-browser --delay=2 docs/ docs/_build {posargs} --watch src --watch CONTRIBUTING.rst --watch README.rst
3837

39-
[testenv:watch-readme]
38+
[testenv:readme-serve]
4039
deps = restview
4140
skip_install = true
4241
commands = restview README.rst
42+

0 commit comments

Comments
 (0)