linkchecker/tox.ini
2017-02-01 16:18:38 +02:00

12 lines
175 B
INI

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