diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..e30e3ff --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,7 @@ +- project: + check: + jobs: + - noop + gate: + jobs: + - noop diff --git a/tox.ini b/tox.ini index a79188c..a521f0d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ [tox] minversion = 2.0 skipsdist = True -envlist = bashate +envlist = linters -[testenv:bashate] +[testenv:linters] deps = bashate whitelist_externals = bash commands = bash -c "find {toxinidir} \