File: tox.ini

package info (click to toggle)
python-collections-extended 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: python: 2,917; makefile: 59
file content (19 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = py36, py37, py38, py39, py310, pypy3
isolated_build = True

[testenv]
setenv =
  PYTHONPATH = {toxinidir}:{toxinidir}/
deps = pytest
commands = pytest

[pytest]
addopts = --doctest-glob='docs/*.rst'
testpaths = tests docs README.rst

[flake8]
ignore = W191,W503,D105,D107,D203,D413
max-complexity = 10
hang-closing = True
exclude = .git,env,.venv,docs,build,tests,.tox,.eggs