[go: up one dir, main page]

File: setup.cfg

package info (click to toggle)
apscheduler 3.3.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 768 kB
  • sloc: python: 5,071; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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

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

[bdist_wheel]
universal = 1