linkchecker/tox.ini

34 lines
515 B
INI
Raw Normal View History

2017-02-01 12:56:43 +00:00
[tox]
envlist = py35, py36, py37, py38, 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
[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
{[base]deps}