File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1717 - TOX_ENV=docs
1818 - TOX_ENV=py_func_v3
1919 - TOX_ENV=py_func_v4
20- - TOX_ENV=cli_func
20+ - TOX_ENV=cli_func_v3
21+ - TOX_ENV=cli_func_v4
2122install :
2223 - pip install tox
2324script :
Original file line number Diff line number Diff line change @@ -32,11 +32,14 @@ commands = python setup.py build_sphinx
3232commands =
3333 python setup.py testr --slowest --coverage --testr-args =" {posargs}"
3434
35- [testenv:cli_func]
36- commands = {toxinidir}/tools/functional_tests.sh
35+ [testenv:cli_func_v3]
36+ commands = {toxinidir}/tools/functional_tests.sh -a 3
37+
38+ [testenv:cli_func_v4]
39+ commands = {toxinidir}/tools/functional_tests.sh -a 4
3740
3841[testenv:py_func_v3]
39- commands = {toxinidir}/tools/py_functional_tests.sh
42+ commands = {toxinidir}/tools/py_functional_tests.sh -a 3
4043
4144[testenv:py_func_v4]
4245commands = {toxinidir}/tools/py_functional_tests.sh -a 4
You can’t perform that action at this time.
0 commit comments