Add bashate job nonvotingwq
Change-Id: I3d888ec621b50f6ac90d92c8f586ef2d577a780e
This commit is contained in:
parent
62bd0253f0
commit
aad6ad06b8
@ -2,7 +2,9 @@
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-linters
|
||||
- openstack-tox-linters:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-linters
|
||||
- openstack-tox-linters:
|
||||
voting: false
|
||||
|
@ -1,2 +1,3 @@
|
||||
bashate >= 0.2
|
||||
PyYAML>=3.1.0
|
||||
yamllint>=0.5.2
|
||||
|
7
tox.ini
7
tox.ini
@ -19,6 +19,13 @@ commands =
|
||||
\( -name .tox -prune \) \
|
||||
-o -type f -name '*.yaml' \
|
||||
-print0 | xargs -0 yamllint"
|
||||
bash -c "find {toxinidir} \
|
||||
-not \( -type d -name .?\* -prune \) \
|
||||
-type f \
|
||||
-not -name \*~ \
|
||||
-not -name \*.md \
|
||||
-name \*.sh \
|
||||
-print0 | xargs -0 bashate -v"
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user