Browse Source

tox.ini: run pytest with -vv to show full diff

main
parent
commit
129bd15b43
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1
  1. 2
      tox.ini

2
tox.ini

@ -15,4 +15,4 @@ deps = @@ -15,4 +15,4 @@ deps =
numpy
scipy
commands =
python -m pytest
python -m pytest -vv

Loading…
Cancel
Save