linkchecker/tox.ini

35 lines
634 B
INI
Raw Normal View History

2017-02-01 12:56:43 +00:00
[tox]
envlist = py3{7,8,9,10,11}, minreqs
2017-02-01 12:56:43 +00:00
[base]
2017-02-01 12:56:43 +00:00
deps =
pyftpdlib
2018-01-08 18:46:20 +00:00
parameterized
pyopenssl
2017-02-01 12:56:43 +00:00
pytest-xdist
2017-02-13 15:46:27 +00:00
pytest-cov
miniboa >= 1.0.8
GeoIP
[testenv]
usedevelop = true
deps =
!minreqs: -rrequirements.txt
minreqs: -rrequirements-min.txt
{[base]deps}
2017-02-01 12:56:43 +00:00
commands =
!minreqs: pytest {posargs:--cov=linkcheck}
minreqs: pytest {posargs:--cov=linkcheck -c pytest-minreqs.ini}
2017-02-01 12:56:43 +00:00
setenv =
LC_ALL=en_US.utf-8
2020-05-19 16:24:22 +00:00
[testenv:flake8]
deps = flake8
skip_install = true
commands = flake8 {posargs}
2020-05-25 16:32:39 +00:00
2021-11-30 19:45:17 +00:00
[testenv:yamllint]
deps = yamllint
skip_install = true
commands = yamllint {posargs} -s .github/workflows/