2017-02-01 12:56:43 +00:00
|
|
|
[tox]
|
2020-03-30 11:46:44 +00:00
|
|
|
envlist = py35, py36, py37, py38, oldbs4
|
2017-02-01 12:56:43 +00:00
|
|
|
|
2019-10-05 18:38:57 +00:00
|
|
|
[base]
|
2017-02-01 12:56:43 +00:00
|
|
|
deps =
|
|
|
|
|
pyftpdlib
|
2018-01-08 18:46:20 +00:00
|
|
|
parameterized
|
2019-10-05 18:38:57 +00:00
|
|
|
pdfminer
|
2019-11-11 20:12:25 +00:00
|
|
|
pyopenssl
|
2017-02-01 12:56:43 +00:00
|
|
|
pytest-xdist
|
2017-02-13 15:46:27 +00:00
|
|
|
pytest-cov
|
2019-10-05 18:38:57 +00:00
|
|
|
miniboa >= 1.0.8
|
2019-09-16 19:08:01 +00:00
|
|
|
biplist
|
2019-10-05 18:38:57 +00:00
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
usedevelop = true
|
|
|
|
|
deps =
|
|
|
|
|
-rrequirements.txt
|
|
|
|
|
{[base]deps}
|
2017-02-01 12:56:43 +00:00
|
|
|
commands =
|
2019-10-21 14:42:29 +00:00
|
|
|
pytest {posargs:--cov=linkcheck}
|
2017-02-01 12:56:43 +00:00
|
|
|
setenv =
|
|
|
|
|
LC_ALL=en_US.utf-8
|
2019-10-05 18:38:57 +00:00
|
|
|
|
2020-03-30 11:46:44 +00:00
|
|
|
[testenv:oldbs4]
|
2019-10-05 18:38:57 +00:00
|
|
|
# test bs4 without line number support
|
2020-03-30 11:46:44 +00:00
|
|
|
basepython = python3
|
2019-10-05 18:38:57 +00:00
|
|
|
deps =
|
|
|
|
|
beautifulsoup4 < 4.8.1
|
|
|
|
|
requests >= 2.4
|
|
|
|
|
pyxdg
|
|
|
|
|
dnspython
|
|
|
|
|
{[base]deps}
|