Fix babel test
Add missing {toxinidir} to path, currently the test fails with: could not find executable 'tools/babel-test.sh' Change-Id: I71420066c6d293cd9b117de7f84ae124d26f7d34
This commit is contained in:
parent
c7f8c7c69d
commit
411135c5f9
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ commands = python setup.py build_sphinx
|
|||||||
# Use the local upper-constraints.txt file
|
# Use the local upper-constraints.txt file
|
||||||
deps = Babel
|
deps = Babel
|
||||||
install_command = pip install -c upper-constraints.txt {opts} {packages}
|
install_command = pip install -c upper-constraints.txt {opts} {packages}
|
||||||
commands = tools/babel-test.sh
|
commands = {toxinidir}/tools/babel-test.sh
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = H803
|
ignore = H803
|
||||||
|
Loading…
Reference in New Issue
Block a user