Skip to content

Commit

Permalink
update coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Jan 27, 2019
1 parent 32b76c3 commit 1248b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands = coverage erase
deps = coverage

[testenv:end]
commands = coverage report --skip-covered --include '*python3.5/site-packages/wfuzz*' -m
commands = coverage report --skip-covered --include '*python3.6/site-packages/wfuzz*' -m
deps = coverage

[testenv:codecov]
Expand Down

0 comments on commit 1248b83

Please sign in to comment.