summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f80683d30d4dcc86ed0f84519615c5e25e5a770d (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 = 99
mccabe-complexity = 10

[coverage:run]
branch = True