Skip to content

Commit

Permalink
Up.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 23, 2024
1 parent 2dc96a1 commit 56e6ce2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ install_command =
deps =
-r{toxinidir}/docs/requirements.txt
commands =
python setup.py clean --all build_ext --force --inplace
sphinx-build {posargs:-E} -b doctest docs dist/docs
sphinx-build {posargs:-E} -b html docs dist/docs
sphinx-build -b linkcheck docs dist/docs
Expand All @@ -76,7 +75,9 @@ commands =
coverage html

[testenv:clean]
commands = coverage erase
commands =
python setup.py clean
coverage erase
skip_install = true
deps =
coverage

0 comments on commit 56e6ce2

Please sign in to comment.