summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: e91be4366be69e5204363704df728be32291f935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build_sphinx]
source-dir = docs
build-dir  = docs/_build

[upload_docs]
upload-dir = docs/_build/html

[tool:pytest]
addopts = -rsx --cov --tb=short
testpaths = tests

[coverage:run]
source = apscheduler

[coverage:report]
show_missing = true

[flake8]
max-line-length = 99
exclude = .tox,build,docs

[bdist_wheel]
universal = 1