X Tutup
Skip to content

Commit 311464b

Browse files
author
Gauvain Pocentek
committed
update tox/travis for CLI v3/4 tests
1 parent 5210956 commit 311464b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ env:
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
2122
install:
2223
- pip install tox
2324
script:

tox.ini

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ commands = python setup.py build_sphinx
3232
commands =
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]
4245
commands = {toxinidir}/tools/py_functional_tests.sh -a 4

0 commit comments

Comments
 (0)
X Tutup