2016-01-29 12:55:05 +01:00
|
|
|
[pep8]
|
2016-01-29 13:40:12 +01:00
|
|
|
exclude = .ropeproject/*
|
2016-01-29 12:55:05 +01:00
|
|
|
|
|
|
|
[flake8]
|
2016-01-29 13:40:12 +01:00
|
|
|
exclude = .ropeproject/*
|
2016-01-29 12:55:05 +01:00
|
|
|
|
|
|
|
[coverage:run]
|
2016-01-29 13:40:12 +01:00
|
|
|
source = gvacommon
|
2016-01-29 12:55:05 +01:00
|
|
|
branch = True
|
|
|
|
|
|
|
|
[coverage:report]
|
2016-01-29 13:40:12 +01:00
|
|
|
omit = gvacommon/tests/*
|
2016-01-29 12:55:05 +01:00
|
|
|
show_missing = True
|
|
|
|
|
|
|
|
[coverage:html]
|
|
|
|
directory = coverage-report
|