mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
16 lines
254 B
INI
16 lines
254 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
usedevelop = true
|
|
deps =
|
|
-rrequirements.txt
|
|
pyftpdlib
|
|
parameterized
|
|
pytest-xdist
|
|
pytest-cov
|
|
miniboa
|
|
commands =
|
|
py.test {posargs:--tb=short --cov=linkcheck tests}
|
|
setenv =
|
|
LC_ALL=en_US.utf-8
|