mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 01:23:11 +00:00
12 lines
164 B
INI
12 lines
164 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
pyftpdlib
|
|
pytest-xdist
|
|
commands =
|
|
py.test {posargs:tests}
|
|
setenv =
|
|
LC_ALL=en_US.utf-8
|