linkchecker/tox.ini

18 lines
248 B
INI
Raw Normal View History

2017-02-01 12:56:43 +00:00
[tox]
envlist = py27
[testenv]
usedevelop = true
2017-02-01 12:56:43 +00:00
deps =
-rrequirements.txt
pyftpdlib
2018-01-08 18:46:20 +00:00
parameterized
2017-02-01 12:56:43 +00:00
pytest-xdist
2017-02-13 15:46:27 +00:00
pytest-cov
miniboa
biplist
2017-02-01 12:56:43 +00:00
commands =
pytest {posargs:--cov=linkcheck}
2017-02-01 12:56:43 +00:00
setenv =
LC_ALL=en_US.utf-8