salt/tox.ini

13 lines
288 B
INI
Raw Normal View History

2017-10-03 22:13:54 +00:00
[tox]
2018-06-07 17:48:07 +00:00
envlist = py27,py3
2017-10-03 22:13:54 +00:00
[testenv]
2018-06-05 23:57:22 +00:00
deps = -r{toxinidir}/requirements/tests.txt
2018-06-07 17:48:07 +00:00
commands = pytest --rootdir {toxinidir} {posargs}
2018-06-06 17:23:55 +00:00
passenv = LANG HOME
2018-06-07 17:48:07 +00:00
[pytest]
addopts = --log-file /tmp/salt-runtests.log --no-print-logs --ssh-tests -ra -sv
testpaths = tests
norecursedirs = tests/kitchen