summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: e4b89f5f651a4b66d9ce115018854104d38ecf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool:pytest]
addopts = --cov=wheel
testpaths = tests

[coverage:run]
source = wheel
omit = .tox/*

[coverage:report]
show_missing = true

[flake8]
max-line-length = 99

[metadata]
license-file = LICENSE.txt

[bdist_wheel]
# use py2.py3 tag for pure-python dist:
universal = 1