Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 609ecc07d -> 930230a17
full-trace Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/930230a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/930230a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/930230a1 Branch: refs/heads/build_fail_poc Commit: 930230a17314b6a7589e2f6371dffc4dd2da7e54 Parents: 609ecc0 Author: max-orlov <[email protected]> Authored: Tue Jul 4 12:17:28 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 12:17:28 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/930230a1/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index bb1bc28..28bfadc 100644 --- a/tox.ini +++ b/tox.ini @@ -34,10 +34,10 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py +commands=pytest tests --full-trace --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 tests --full-trace --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py27e2e] commands=pytest tests/end2end --cov-report term-missing --cov aria @@ -46,7 +46,7 @@ commands=pytest tests/end2end --cov-report term-missing --cov aria commands=pytest 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 tests --full-trace --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]
