summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: e24fddea9951548e34ae95351415cf336b9e0d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["setuptools", "wheel", "setuptools_scm[toml]"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-v -rxX --tb=long --color=yes --junitxml=build/results.xml --cov-report=xml --cov"
testpaths = [
    "t/",
    "t/test.py",
]