Files
cd2009193a83b21b2f42e3255c4dc12f77bab027
devstack-plugin-ceph /tox.ini

26 lines
820 B
INI
Raw Normal View History

minversion = 1.6
skipsdist = True
envlist = bashate
[testenv]
usedevelop = False
install_command = pip install {opts} {packages}
[testenv:bashate]
deps = bashate
whitelist_externals = bash
commands = bash -c "find {toxinidir} \
-not \( -type d -name doc -prune \) \
-type f \
-not -name \*~ \
\( \
-name \*.sh -or \
-name \*rc -or \
-name functions\* -or \
\) \