We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faaebb commit 0415f4eCopy full SHA for 0415f4e
tox.ini
@@ -3,7 +3,7 @@ envlist = py38,py39,py310,py311,lint
3
4
[testenv]
5
deps = -r{toxinidir}/test-requirements.txt
6
-commands = pytest
+commands = pytest -slv
7
8
[testenv:py38]
9
basepython = python3.8
0 commit comments