Skip to content

Commit

Permalink
Merge "Fixes, updates for CI configuration"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 25, 2023
2 parents d7440ad + f37a10d commit ec91cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands =

[testenv:pep8]
deps =
hacking>=4.1.0,<5.0.0 # Apache-2.0
hacking~=6.0.0 # Apache-2.0
flake8-import-order==0.17.1 # LGPLv3
bashate>=0.5.1 # Apache-2.0
pycodestyle>=2.0.0,<3.0.0 # MIT
Expand All @@ -40,7 +40,7 @@ commands =
bash tools/flake8wrap.sh {posargs}
# Run bashate during pep8 runs to ensure violations are caught by
# the check and gate queues.
{toxinidir}/tools/run_bashate.sh {toxinidir}/devstack
bash {toxinidir}/tools/run_bashate.sh {toxinidir}/devstack
doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001

[testenv:docs]
Expand Down

0 comments on commit ec91cbb

Please sign in to comment.