Skip to content

Commit af3cb29

Browse files
committed
update example project with new cmd API
1 parent beef5f0 commit af3cb29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example-tox-project/.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source = mylib

example-tox-project/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist = cov-init,py27,py34,cov-report
66
usedevelop=True
77
setenv =
88
COVERAGE_FILE = .coverage.{envname}
9-
commands = py.test --cov mylib --cov-report= {posargs}
9+
commands = py.test --cov --cov-report= {posargs}
1010
deps =
1111
../cov-core
1212
pytest

0 commit comments

Comments
 (0)