aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: afcd5fbd26d56117ee19973f45d11b28f8f929cb (plain) (blame)
1
2
3
4
5
6
7
8
[aliases]
test = pytest

[tool:pytest]
testpaths = tests

[wheel]
universal = 1