mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-12 10:30:58 +00:00
20 lines
312 B
INI
20 lines
312 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
usedevelop = true
|
|
deps =
|
|
-rrequirements.txt
|
|
pyftpdlib
|
|
parameterized
|
|
py27: pdfminer < 20191010
|
|
!py27: pdfminer
|
|
pyopenssl
|
|
pytest-xdist
|
|
pytest-cov
|
|
miniboa
|
|
biplist
|
|
commands =
|
|
pytest {posargs:--cov=linkcheck}
|
|
setenv =
|
|
LC_ALL=en_US.utf-8
|