diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -34,14 +34,8 @@ commands = coverage report --omit=*tests* coverage html --omit=*tests* -[testenv:cli_func_v3] -commands = {toxinidir}/tools/functional_tests.sh -a 3 - [testenv:cli_func_v4] commands = {toxinidir}/tools/functional_tests.sh -a 4 -[testenv:py_func_v3] -commands = {toxinidir}/tools/py_functional_tests.sh -a 3 - [testenv:py_func_v4] commands = {toxinidir}/tools/py_functional_tests.sh -a 4 |