Skip to content

Commit

Permalink
Remove redundant --source=...
Browse files Browse the repository at this point in the history
It's already specified in .coveragerc
  • Loading branch information
mgedmin committed Nov 23, 2016
1 parent cc96858 commit 5232a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist = coverage-clean, py27, py33, py34, py35, coverage-report

[testenv]
commands =
coverage run --source=zope.app.publication -m zope.testrunner --test-path=src --auto-color --auto-progress
coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
setenv =
COVERAGE_FILE=.coverage.{envname}
deps =
Expand Down

0 comments on commit 5232a0b

Please sign in to comment.