We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccdec0 commit 759f6edCopy full SHA for 759f6ed
.travis.yml
@@ -15,7 +15,8 @@ env:
15
- TOX_ENV=py27
16
- TOX_ENV=pep8
17
- TOX_ENV=docs
18
- - TOX_ENV=py_func
+ - TOX_ENV=py_func_v3
19
+ - TOX_ENV=py_func_v4
20
- TOX_ENV=cli_func
21
install:
22
- pip install tox
tox.ini
@@ -35,5 +35,8 @@ commands =
35
[testenv:cli_func]
36
commands = {toxinidir}/tools/functional_tests.sh
37
38
-[testenv:py_func]
+[testenv:py_func_v3]
39
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