fuel-ccp-neutron/tox.ini
Proskurin Kirill 1c7e104ade Fixed key duplication in neutron-server
Plus added the yamllint to pass gate test

Change-Id: I55f40f5a138cb1f43117fa3ec07c34a68b5afea0
2016-07-06 18:20:55 +03:00

15 lines
336 B
INI

[tox]
minversion = 1.6
envlist = linters,bashate
skipsdist = True
[testenv:linters]
deps = yamllint
commands =
{toxinidir}/tools/run-check-yaml-syntax.sh
[testenv:bashate]
deps = bashate>=0.2
whitelist_externals = bash
commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v"