diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-08-04 18:48:04 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-08-04 18:48:04 +0200 |
| commit | 759f6edaf71b456cc36e9de00157385c28e2e3e7 (patch) | |
| tree | 9acea8af536967f75c883abafa086de4baa4a0df | |
| parent | 3ccdec04525456c906f26ee2e931607a5d0dcd20 (diff) | |
| download | gitlab-759f6edaf71b456cc36e9de00157385c28e2e3e7.tar.gz | |
update tox/travis test envs
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | tox.ini | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dd405f5..365308f 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 @@ -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 |
