Skip to content

Commit

Permalink
Clean up tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 16, 2024
1 parent 51600c1 commit abd0cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -12,7 +12,7 @@ env_list =


[testenv]
description = Run tests and do NOT measure coverage / type-check.
description = Run tests / check types and do NOT measure coverage.
package = wheel
wheel_build_env = .pkg
extras =
Expand Down Expand Up @@ -87,7 +87,7 @@ description = Build docs and run doctests.
base_python = py312
extras = docs
commands =
python -Im doctest README.md
python -m doctest README.md
sphinx-build -W -n -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -n -b doctest -d {envtmpdir}/doctrees docs docs/_build/html

Expand Down

0 comments on commit abd0cf9

Please sign in to comment.