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:
Andreas Jaeger 2016-05-04 18:56:14 +02:00
parent c7f8c7c69d
commit 411135c5f9

View File

@ -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