mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 02:41:03 +00:00
biplist module preferred for reading Safari bookmarks in bookmarks/safari.py so install it for tox testing.
17 lines
266 B
INI
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
|