summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 558559c080149c132d135f84794b78353b67e4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool:pytest]
testpaths = t/unit/ t/integration/
python_classes = test_*

[bdist_rpm]
requires = vine

[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803

[pep257]
ignore = D102,D104,D203,D105,D213

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE