Skip to content

Commit ec91cbb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fixes, updates for CI configuration"
2 parents d7440ad + f37a10d commit ec91cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands =
2929

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

4646
[testenv:docs]

0 commit comments

Comments
 (0)