File: setup.cfg

package info (click to toggle)
cli-helpers 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 360 kB
  • sloc: python: 2,248; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (5)
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