linkchecker/tox.ini

45 lines
706 B
INI
Raw Normal View History

2017-02-01 12:56:43 +00:00
[tox]
2020-09-14 18:55:05 +00:00
envlist = py36, py37, py38, py39, oldbs4
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
pdfminer
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
biplist
GeoIP
[testenv]
usedevelop = true
deps =
-rrequirements.txt
{[base]deps}
2017-02-01 12:56:43 +00:00
commands =
pytest {posargs:--cov=linkcheck}
2017-02-01 12:56:43 +00:00
setenv =
LC_ALL=en_US.utf-8
[testenv:oldbs4]
# test bs4 without line number support
basepython = python3
deps =
beautifulsoup4 < 4.8.1
requests >= 2.4
pyxdg
dnspython >= 2.0
{[base]deps}
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
[testenv:check-manifest]
deps = check-manifest
skip_install = true
commands = check-manifest