Skip to content

Commit ddbde87

Browse files
committed
Add testing metadata. Enables python setup.py test.
1 parent 843732b commit ddbde87

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

setup.cfg

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[bdist_wheel]
2+
universal = 1
3+
4+
[aliases]
5+
test = pytest
6+
7+
[tool:pytest]
8+
norecursedirs =
9+
build
10+
dist
11+
.tox
12+
.eggs
13+
pep8maxlinelength = 99
14+
mccabe-complexity = 10
15+
16+
[coverage:run]
17+
branch = True

0 commit comments

Comments
 (0)