Skip to content

Commit

Permalink
make pytest more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Oct 20, 2024
1 parent 8faaebb commit 0415f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py38,py39,py310,py311,lint

[testenv]
deps = -r{toxinidir}/test-requirements.txt
commands = pytest
commands = pytest -slv

[testenv:py38]
basepython = python3.8
Expand Down

0 comments on commit 0415f4e

Please sign in to comment.