From 411135c5f9e5e87e4592c5bf0549e5dbb48c5407 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 4 May 2016 18:56:14 +0200 Subject: [PATCH] Fix babel test Add missing {toxinidir} to path, currently the test fails with: could not find executable 'tools/babel-test.sh' Change-Id: I71420066c6d293cd9b117de7f84ae124d26f7d34 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 927bf89ff8..c2afb392a6 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands = python setup.py build_sphinx # Use the local upper-constraints.txt file deps = Babel install_command = pip install -c upper-constraints.txt {opts} {packages} -commands = tools/babel-test.sh +commands = {toxinidir}/tools/babel-test.sh [flake8] ignore = H803