mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
13 lines
288 B
INI
13 lines
288 B
INI
[tox]
|
|
envlist = py27,py3
|
|
|
|
[testenv]
|
|
deps = -r{toxinidir}/requirements/tests.txt
|
|
commands = pytest --rootdir {toxinidir} {posargs}
|
|
passenv = LANG HOME
|
|
|
|
[pytest]
|
|
addopts = --log-file /tmp/salt-runtests.log --no-print-logs --ssh-tests -ra -sv
|
|
testpaths = tests
|
|
norecursedirs = tests/kitchen
|