Skip to content

Commit

Permalink
[citest skip] tox-lsr 2.13.0; check-meta-versions (linux-system-roles…
Browse files Browse the repository at this point in the history
…#297)

Update to tox-lsr 2.13.0 - this adds check-meta-versions to py310

Signed-off-by: Rich Megginson <[email protected]>

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm authored Aug 15, 2022
1 parent fbf0905 commit 600e990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tox
on: # yamllint disable-line rule:truthy
- pull_request
env:
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.11.0"
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.0"
LSR_ANSIBLE_TEST_DOCKER: "true"
LSR_ANSIBLES: 'ansible==2.9.*'
LSR_MSCENARIOS: default
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
36) toxenvs="${toxenvs},coveralls,black,yamllint,shellcheck,custom" ;;
38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test,custom" ;;
39) toxenvs="${toxenvs},coveralls,custom" ;;
310) toxenvs="${toxenvs},coveralls,custom" ;;
310) toxenvs="${toxenvs},coveralls,custom,check-meta-versions" ;;
esac
TOXENV="$toxenvs" lsr_ci_runtox

0 comments on commit 600e990

Please sign in to comment.