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 4a98928 commit 63e6ad9Copy full SHA for 63e6ad9
tox.ini
@@ -27,10 +27,10 @@ commands = flake8
27
commands = {posargs}
28
29
[testenv:py3.5]
30
-commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
+commands = pytest -v -s --tb=long --cov=fdk {toxinidir}/fdk/tests
31
32
[testenv:py3.6]
33
34
35
[flake8]
36
ignore = H405,H404,H403,H401
0 commit comments