setup.cfg (11 lines of code) (raw):
# Test args for pytest; disable stdout capturing by default.
[tool:pytest]
addopts =
-vv
testpaths = tests
[aliases]
test=pytest
[metadata]
description-file = README.rst
license_file = LICENSE
[wheel]
universal = 1