forked from johnnoone/pynba
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (31 loc) · 702 Bytes
/
setup.cfg
File metadata and controls
38 lines (31 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[nosetests]
with-xunit = true
xunit-file = ./xunit.xml
cover-package = pynba
with-xcoverage = 1
xcoverage-file = ../coverage.xml
cover-html-dir = ./cover
cover-html = 1
nocapture = 1
[flakes]
flakes-exclude-packages = test tests
flakes-file = ./pyflakes.log
[lint]
lint-exclude-packages = tests tests.pointer_tests examples
lint-output = ./pylint.log
lint-ignore = pynba.pinba_pb2
[clonedigger]
clonedigger-file = output.xml
[sloccount]
sloccount-duplicates = 1
sloccount-wide = 1
sloccount-details = 1
sloccount-output = ./sloccount.sc
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = docs/_build/html
[upload]
repository = johnnoone/pynba