mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
update tox-lsr version to 2.8.0
New version adds check for proper commenting of the ansible_managed var
This commit is contained in:
parent
be8e38a5c6
commit
5c7fa548ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tox.yml
vendored
4
.github/workflows/tox.yml
vendored
|
|
@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
|
|||
- pull_request
|
||||
- push
|
||||
env:
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.7.1"
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.8.0"
|
||||
LSR_ANSIBLE_TEST_DOCKER: "true"
|
||||
LSR_ANSIBLES: 'ansible==2.9.*'
|
||||
LSR_MSCENARIOS: default
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
27) toxenvs="${toxenvs},coveralls,flake8,pylint" ;;
|
||||
36) toxenvs="${toxenvs},coveralls,ensure_provider_tests,black,yamllint" ;;
|
||||
38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test" ;;
|
||||
39) toxenvs="${toxenvs},coveralls" ;;
|
||||
39) toxenvs="${toxenvs},coveralls,ansible-managed-var-comment" ;;
|
||||
esac
|
||||
TOXENV="$toxenvs" lsr_ci_runtox
|
||||
python-26:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue