Skip to content

Commit

Permalink
update tox/travis test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Aug 4, 2017
1 parent 3ccdec0 commit 759f6ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Expand Up @@ -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

0 comments on commit 759f6ed

Please sign in to comment.