diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..790ea29 --- /dev/null +++ b/tox.ini @@ -0,0 +1,11 @@ +[tox] +envlist = bashate +skipsdist = True + +[testenv] +whitelist_externals = bash + +[testenv:bashate] +deps = bashate +commands = bash -c "bashate --verbose {toxinidir}/ocf/*" +