linkchecker/tox.ini
2017-02-14 09:47:31 +01:00

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