Skip to content

Commit

Permalink
Align tox.ini commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Jun 3, 2024
1 parent dcf2011 commit e94c479
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ requires =
[testenv]
package = wheel
wheel_build_env = .pkg
commands = python -m unittest discover {posargs}
commands =
python -m unittest discover {posargs}

[testenv:mypy]
extras = mypy
Expand All @@ -21,7 +22,8 @@ commands =

[testenv:docs]
extras = docs
commands = python -m sphinx -a -d docs/_build/doctrees {posargs} docs docs/_build/html
commands =
python -m sphinx -a -d docs/_build/doctrees {posargs} docs docs/_build/html

[pytest]
testpaths = lazy/tests

0 comments on commit e94c479

Please sign in to comment.