summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-06-06 19:57:34 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-06-06 19:57:34 +0200
commit33c245771bba81b7ab778da8df6faf12d4259e08 (patch)
tree260593ae3f4894a55d0667a21fa76801f02ecb34
parentb3df26e4247fd4af04a753d17e81efed5aa77ec7 (diff)
downloadgitlab-travis.tar.gz
Use python 2 on travis for nowtravis
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f5aaeef..b905c72 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,7 +35,7 @@ commands =
coverage html --omit=*tests*
[testenv:cli_func_v4]
-commands = {toxinidir}/tools/functional_tests.sh -a 4
+commands = {toxinidir}/tools/functional_tests.sh -a 4 -p 2
[testenv:py_func_v4]
-commands = {toxinidir}/tools/py_functional_tests.sh -a 4
+commands = {toxinidir}/tools/py_functional_tests.sh -a 4 -p 2