linkchecker/tox.ini
Marius Gedminas 65f861901c Fix all Python 3 tox environments
Old pdfminer supports Python 2 only, new pdfminer supports Python 3
only.
2019-10-25 14:20:31 +03:00

19 lines
298 B
INI

[tox]
envlist = py27
[testenv]
usedevelop = true
deps =
-rrequirements.txt
pyftpdlib
parameterized
py27: pdfminer < 20191010
!py27: pdfminer
pytest-xdist
pytest-cov
miniboa
biplist
commands =
pytest {posargs:--cov=linkcheck}
setenv =
LC_ALL=en_US.utf-8