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

[tool:pytest]
python_files = tests/*.py

[wheel]
universal = 1