Skip to content

Commit 33c2457

Browse files
author
Gauvain Pocentek
committed
Use python 2 on travis for now
1 parent b3df26e commit 33c2457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands =
3535
coverage html --omit=*tests*
3636

3737
[testenv:cli_func_v4]
38-
commands = {toxinidir}/tools/functional_tests.sh -a 4
38+
commands = {toxinidir}/tools/functional_tests.sh -a 4 -p 2
3939

4040
[testenv:py_func_v4]
41-
commands = {toxinidir}/tools/py_functional_tests.sh -a 4
41+
commands = {toxinidir}/tools/py_functional_tests.sh -a 4 -p 2

0 commit comments

Comments
 (0)