Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 0517840f1 -> 143595e9e
wip2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/143595e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/143595e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/143595e9 Branch: refs/heads/build_fail_poc Commit: 143595e9e8bd8df6f229d4e005053ef3e05aca1a Parents: 0517840 Author: max-orlov <[email protected]> Authored: Mon Jul 3 12:13:35 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Jul 3 12:13:35 2017 +0300 ---------------------------------------------------------------------- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/143595e9/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index ca6d4bf..9530a04 100644 --- a/tox.ini +++ b/tox.ini @@ -34,19 +34,19 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py +commands=pytest -vv tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py26] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py +commands=pytest -v tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py27e2e] -commands=pytest tests/end2end +commands=pytest -v tests/end2end --cov-report term-missing --cov aria [testenv:py26e2e] -commands=pytest tests/end2end +commands=pytest -v tests/end2end --cov-report term-missing --cov aria [testenv:pywin] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py +commands=pytest -v tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh]
