We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3df26e commit 33c2457Copy full SHA for 33c2457
tox.ini
@@ -35,7 +35,7 @@ commands =
35
coverage html --omit=*tests*
36
37
[testenv:cli_func_v4]
38
-commands = {toxinidir}/tools/functional_tests.sh -a 4
+commands = {toxinidir}/tools/functional_tests.sh -a 4 -p 2
39
40
[testenv:py_func_v4]
41
-commands = {toxinidir}/tools/py_functional_tests.sh -a 4
+commands = {toxinidir}/tools/py_functional_tests.sh -a 4 -p 2
0 commit comments