Skip to content

Commit

Permalink
Update tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Sep 22, 2023
1 parent ebb9e71 commit d3c3387
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ requires =

[testenv]
package = wheel
commands = python -m unittest discover {posargs}
wheel_build_env = .pkg
commands =
python -m pip --disable-pip-version-check --no-python-version-warning list
python -m unittest discover {posargs}

[testenv:docs]
extras = docs
Expand Down

0 comments on commit d3c3387

Please sign in to comment.