diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-06 19:57:34 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-06 19:57:34 +0200 |
commit | 33c245771bba81b7ab778da8df6faf12d4259e08 (patch) | |
tree | 260593ae3f4894a55d0667a21fa76801f02ecb34 | |
parent | b3df26e4247fd4af04a753d17e81efed5aa77ec7 (diff) | |
download | gitlab-travis.tar.gz |
Use python 2 on travis for nowtravis
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |