Skip to content

Commit 02ad988

Browse files
committed
Added setup.cfg
1 parent 3d171a2 commit 02ad988

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.cfg

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[bdist_wheel]
2+
universal=0
3+
4+
[tool:pytest]
5+
addopts = -v --cov --cov-report=term-missing
6+
testpaths = ./
7+
8+
[coverage:run]
9+
source = ./pyx
10+
omit =
11+
./tests/*
12+
pyx/*/tests/*

0 commit comments

Comments
 (0)