2016-08-22 18:17:59 +00:00
|
|
|
[tool:pytest]
|
2016-08-23 19:52:14 +00:00
|
|
|
testpaths = t/unit/
|
2016-08-22 18:17:59 +00:00
|
|
|
python_classes = test_*
|
2010-06-23 10:08:39 +00:00
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = docs/
|
2016-04-07 22:59:26 +00:00
|
|
|
build-dir = docs/_build
|
2010-06-23 10:08:39 +00:00
|
|
|
all_files = 1
|
|
|
|
|
2016-10-11 19:33:31 +00:00
|
|
|
[flake8]
|
|
|
|
# classes can be lowercase, arguments and variables can be uppercase
|
|
|
|
# whenever it makes the code more readable.
|
|
|
|
ignore = N806, N802, N801, N803
|
|
|
|
|
2016-10-11 20:33:10 +00:00
|
|
|
[pep257]
|
2016-10-11 21:59:00 +00:00
|
|
|
ignore = D102,D104,D203,D105,D213
|
2016-10-11 20:33:10 +00:00
|
|
|
|
2010-06-23 10:08:39 +00:00
|
|
|
[bdist_rpm]
|
2016-10-28 18:43:00 +00:00
|
|
|
requires = amqp >= 2.
|
2014-06-02 16:48:37 +00:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|