2017-10-03 22:13:54 +00:00
|
|
|
[tox]
|
2018-07-06 17:44:47 +00:00
|
|
|
envlist = py27,py34,py35,py36
|
|
|
|
skip_missing_interpreters = True
|
|
|
|
skipsdist = True
|
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-07-06 17:44:47 +00:00
|
|
|
sitepackages = True
|
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
|