blob: 9b4f8cdd32190301b10558db1fb18443b27a3f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[coverage:run]
source = cli_helpers
omit = cli_helpers/packages/*.py
[check-manifest]
ignore =
appveyor.yml
.travis.yml
.github*
.travis*
[tool:pytest]
testpaths = tests
|