linkchecker/tox.ini
Petr Dlouhý eaa7131523 enable and fix remaining bookmark tests
biplist module preferred for reading Safari bookmarks in
bookmarks/safari.py so install it for tox testing.
2019-09-16 20:08:01 +01:00

17 lines
266 B
INI

[tox]
envlist = py27
[testenv]
usedevelop = true
deps =
-rrequirements.txt
pyftpdlib
parameterized
pytest-xdist
pytest-cov
miniboa
biplist
commands =
py.test {posargs:--tb=short --cov=linkcheck tests}
setenv =
LC_ALL=en_US.utf-8