ansible-role-boto3/tox.ini
Paul Belanger 61b4221681 Initial commit
Bootstrap testing for ansible-role-boto3.

Change-Id: I86ab95a320c2aeca58860e7f06d575f6c8528602
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-04-30 12:06:34 -04:00

24 lines
402 B
INI

[tox]
minversion = 1.4.2
envlist = linters
skipsdist = True
[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:venv]
commands = {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:linters]
commands =
yamllint -s .