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

[aliases]
test = pytest

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

[coverage:run]
branch = True

[egg_info]
tag_build = 
tag_date = 0