mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 00:20:59 +00:00
14 lines
224 B
INI
14 lines
224 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
usedevelop = true
|
|
deps =
|
|
-rrequirements.txt
|
|
pyftpdlib
|
|
pytest-xdist
|
|
pytest-cov
|
|
commands =
|
|
py.test {posargs:--tb=short --cov=linkcheck tests}
|
|
setenv =
|
|
LC_ALL=en_US.utf-8
|