Skip to content

Commit f0e10ed

Browse files
committed
More verbose testing
1 parent e1942d4 commit f0e10ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ commands =
1414
[testenv:compliance]
1515
deps=pytest
1616
commands=
17-
pytest tests/test_zlib_compliance.py tests/test_gzip_compliance.py
17+
pytest -v tests/test_zlib_compliance.py tests/test_gzip_compliance.py
1818

1919
[testenv:compatibility]
2020
deps=pytest
2121
commands=
22-
pytest tests/test_isal.py
22+
pytest -v tests/test_isal.py
2323

2424
[testenv:lint]
2525
deps=flake8

0 commit comments

Comments
 (0)