openstack-resource-agents/tox.ini

12 lines
171 B
INI

[tox]
envlist = bashate
skipsdist = True
[testenv]
whitelist_externals = bash
[testenv:bashate]
deps = bashate
commands = bash -c "bashate --verbose {toxinidir}/ocf/*"