diff --git a/setup.cfg b/setup.cfg index 4fcd2f2..62656b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version=0.0.3 +version=0.0.4 name = fdk summary = Function Developer Kit for Python description-file = diff --git a/tox.ini b/tox.ini index 86163d8..98bf4e7 100644 --- a/tox.ini +++ b/tox.ini @@ -27,10 +27,10 @@ commands = flake8 commands = {posargs} [testenv:py3.5] -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 [testenv:py3.6] -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 [flake8] ignore = H405,H404,H403,H401