manila-test-image/tox.ini
Takashi Kajinami e181dd6926 Adapt to new versions
This updates a few files to adapt new version of software, especially
tox and setuptools.

Change-Id: Ifd90a45b8bda78008f40cb3b713d9dee6e76bd56
2024-01-26 16:20:03 +09:00

19 lines
676 B
INI

[tox]
envlist = py3
minversion = 3.18.0
[testenv]
deps = {env:BASHATE_INSTALL_PATH:bashate>=0.5.1}
[testenv:bashate]
allowlist_externals = bash
commands = bash -c "(find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name output-\* -prune \) \
-not \( -type d -name overlay-\* -prune \) \
-not \( -type d -name buildroot -prune \) \
-not \( -type d -name download -prune \) \
-type f -name \*.sh -print0 ; \
find {toxinidir}/common-files/etc/init.d \
-type f -print0) | xargs -0 bashate -v"