We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc59584 commit f7a4b23Copy full SHA for f7a4b23
1 file changed
tox.ini
@@ -5,7 +5,7 @@ skipsdist=True
5
[testenv]
6
passenv = LIBARCHIVE
7
commands=
8
- python -m pytest -vv --boxed --cov libarchive --cov-report term-missing {toxinidir}/tests {posargs}
+ python -m pytest -Wd -vv --boxed --cov libarchive --cov-report term-missing {toxinidir}/tests {posargs}
9
flake8 {toxinidir}
10
deps=
11
flake8
0 commit comments