kayobe-config/tox.ini
Mark Goddard f3aac5c4d0 Add tox.ini with pep8 environment that runs yamllint
Also fixes one lint failure - a trailing space in monitoring.yml.
2018-05-15 09:58:43 +01:00

15 lines
343 B
INI

[tox]
minversion = 2.0
envlist = pep8
skipsdist = True
[testenv]
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands =
yamllint etc/kayobe