We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02bca0 commit 50d9196Copy full SHA for 50d9196
1 file changed
tox.ini
@@ -63,6 +63,7 @@ commands =
63
coverage erase
64
coverage run -p -m bids_validator tests/data/bids-examples/ds000117
65
python -m pytest --doctest-modules --cov . --cov-append --cov-report term \
66
+ min: -Wignore \
67
--junitxml=test-results.xml {posargs}
68
coverage xml
69
0 commit comments