gunicorn/setup.cfg
Brett Randall 7cce20e937
Don't build universal wheel, since Python 2 support has been removed.
This reverts commit 765b8ab48b6fb991eeb9bcf4f60c0cba6f48359f .
2020-01-01 11:35:53 +11:00

8 lines
164 B
INI

[tool:pytest]
norecursedirs = examples lib local src
testpaths = tests/
addopts = --assert=plain --cov=gunicorn --cov-report=xml
[metadata]
license_file = LICENSE