We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf58ed commit 73c313fCopy full SHA for 73c313f
tox.ini
@@ -36,8 +36,8 @@ pass_env =
36
NIFREEZE_WERRORS
37
extras = test
38
commands =
39
- pytest --doctest-modules --cov nifreeze -n auto --cov-report xml \
40
- --junitxml=test-results.xml -v src test {posargs}
+ pytest -svx --doctest-modules --cov nifreeze --cov-report xml \
+ --junitxml=test-results.xml -v src test {posargs:-n auto}
41
42
[testenv:notebooks]
43
description = Run notebooks
0 commit comments