13 lines
188 B
INI
13 lines
188 B
INI
[coverage:run]
|
|
source = cli_helpers
|
|
omit = cli_helpers/packages/*.py
|
|
|
|
[check-manifest]
|
|
ignore =
|
|
appveyor.yml
|
|
.travis.yml
|
|
.github*
|
|
.travis*
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|