File: setup.cfg

package info (click to toggle)
python-pytest-toolbox 0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 391; makefile: 27; sh: 6
file content (13 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[tool:pytest]
testpaths = tests
timeout = 10

[flake8]
max-complexity = 10
max-line-length = 120

[bdist_wheel]
python-tag = py35+

[isort]
line_length=120