forked from linkchecker/linkchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
43 lines (37 loc) · 750 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tox]
envlist = py37, py38, py39, py310
[base]
deps =
pyftpdlib
parameterized
pdfminer
pyopenssl
pytest-xdist
pytest-cov
miniboa >= 1.0.8
GeoIP
[testenv]
usedevelop = true
deps =
-rrequirements.txt
{[base]deps}
commands =
pytest {posargs:--cov=linkcheck}
setenv =
LC_ALL=en_US.utf-8
[testenv:flake8]
deps = flake8
skip_install = true
commands = flake8 {posargs}
[testenv:check-manifest]
deps = check-manifest
skip_install = true
commands = check-manifest {posargs}
[testenv:check-python-versions]
deps = check-python-versions
skip_install = true
commands = check-python-versions {posargs}
[testenv:yamllint]
deps = yamllint
skip_install = true
commands = yamllint {posargs} -s .github/workflows/