8000 update tox/travis test envs · python-gitlab/python-gitlab@759f6ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 759f6ed

Browse files
author
Gauvain Pocentek
committed
update tox/travis test envs
1 parent 3ccdec0 commit 759f6ed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ env:
1515
- TOX_ENV=py27
1616
- TOX_ENV=pep8
1717
- TOX_ENV=docs
18-
- TOX_ENV=py_func
18+
- TOX_ENV=py_func_v3
19+
- TOX_ENV=py_func_v4
1920
- TOX_ENV=cli_func
2021
install:
2122
- pip install tox

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ commands =
3535
[testenv:cli_func]
3636
commands = {toxinidir}/tools/functional_tests.sh
3737

38-
[testenv:py_func]
38+
[testenv:py_func_v3]
3939
commands = {toxinidir}/tools/py_functional_tests.sh
40+
41+
[testenv:py_func_v4]
42+
commands = {toxinidir}/tools/py_functional_tests.sh -a 4

0 commit comments

Comments
 (0)
0