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 b74fbed commit 6b1fccb
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 @@ -12,7 +12,8 @@ requires =
package = wheel
wheel_build_env = .pkg
extras = testing
commands = python -m unittest discover {posargs}
commands =
python -m unittest discover {posargs}

[testenv:mypy]
extras = mypy
Expand All @@ -22,7 +23,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 = conditional/tests

0 comments on commit 6b1fccb

Please sign in to comment.