Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version=0.0.3
version=0.0.4
name = fdk
summary = Function Developer Kit for Python
description-file =
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down