Commit 609d8f5b authored by Jason Madden's avatar Jason Madden

Restore missing --test-path to [coverage] tox env

Remove outdated comment.

Remove redundant usedevelop.

[skip ci]
parent 64854267
...@@ -17,7 +17,6 @@ commands = ...@@ -17,7 +17,6 @@ commands =
zope-testrunner -u --test-path=src [] zope-testrunner -u --test-path=src []
# Only run functional tests if unit tests pass. # Only run functional tests if unit tests pass.
zope-testrunner -f --test-path=src [] zope-testrunner -f --test-path=src []
# without explicit deps, setup.py test will download a bunch of eggs into $PWD
deps = deps =
.[test] .[test]
...@@ -32,10 +31,9 @@ deps = {[testenv]deps} ...@@ -32,10 +31,9 @@ deps = {[testenv]deps}
[testenv:coverage] [testenv:coverage]
basepython = python2.7 basepython = python2.7
usedevelop = true
commands = commands =
coverage run --source=ZODB -m zope.testrunner [] coverage run --source=ZODB -m zope.testrunner --test-path=src []
coverage report coverage report
deps = deps =
coverage
{[testenv]deps} {[testenv]deps}
coverage
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment