forked from josch/img2pdf
tox.ini: run pytest with -vv to show full diff
This commit is contained in:
parent
b8bfa98218
commit
129bd15b43
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -15,4 +15,4 @@ deps =
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
commands =
|
commands =
|
||||||
python -m pytest
|
python -m pytest -vv
|
||||||
|
|
Loading…
Reference in a new issue