summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 64fb4551b9eaaa04cfd5998cb44a1e3cead83f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bdist_wheel]
universal = 1

[aliases]
test = pytest

[tool:pytest]
norecursedirs =
    build
    dist
    .tox
    .eggs
pep8maxlinelength = 109
mccabe-complexity = 10

[coverage:run]
branch = True