From 759f6edaf71b456cc36e9de00157385c28e2e3e7 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 4 Aug 2017 18:48:04 +0200 Subject: [PATCH] update tox/travis test envs --- .travis.yml | 3 ++- tox.ini | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd405f523..365308f35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ env: - TOX_ENV=py27 - TOX_ENV=pep8 - TOX_ENV=docs - - TOX_ENV=py_func + - TOX_ENV=py_func_v3 + - TOX_ENV=py_func_v4 - TOX_ENV=cli_func install: - pip install tox diff --git a/tox.ini b/tox.ini index bb1b84cc6..5e97e9e1f 100644 --- a/tox.ini +++ b/tox.ini @@ -35,5 +35,8 @@ commands = [testenv:cli_func] commands = {toxinidir}/tools/functional_tests.sh -[testenv:py_func] +[testenv:py_func_v3] commands = {toxinidir}/tools/py_functional_tests.sh + +[testenv:py_func_v4] +commands = {toxinidir}/tools/py_functional_tests.sh -a 4