Skip to content

Commit

Permalink
Remove not necessary switch as it is already defined in .coveragerc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 19, 2017
1 parent 41230e3 commit 256481b
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 @@ -11,7 +11,7 @@ envlist =

[testenv]
commands =
coverage run --source=z3c.wizard -m zope.testrunner --test-path=src {posargs:-vc}
coverage run -m zope.testrunner --test-path=src {posargs:-vc}
setenv =
COVERAGE_FILE=.coverage.{envname}
deps =
Expand Down

0 comments on commit 256481b

Please sign in to comment.