Merge pull request #48471 from gtmanfred/2017.7

Add some configurations to tox
This commit is contained in:
Daniel Wallace 2018-07-06 12:45:54 -05:00 committed by GitHub
commit 6166ff6b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,13 @@
[tox]
envlist = py27,py3
envlist = py27,py34,py35,py36
skip_missing_interpreters = True
skipsdist = True
[testenv]
deps = -r{toxinidir}/requirements/tests.txt
commands = pytest --rootdir {toxinidir} {posargs}
passenv = LANG HOME
sitepackages = True
[pytest]
addopts = --log-file /tmp/salt-runtests.log --no-print-logs --ssh-tests -ra -sv