diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ commands = coverage html --omit=*tests* [testenv:cli_func_v4] -commands = {toxinidir}/tools/functional_tests.sh -a 4 +commands = {toxinidir}/tools/functional_tests.sh -a 4 -p 2 [testenv:py_func_v4] -commands = {toxinidir}/tools/py_functional_tests.sh -a 4 +commands = {toxinidir}/tools/py_functional_tests.sh -a 4 -p 2 |