Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 85b40b468 -> 609ecc07d
removed coverage Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/609ecc07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/609ecc07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/609ecc07 Branch: refs/heads/build_fail_poc Commit: 609ecc07d4ee24de36ffe9c93ba82c8cd6524d2a Parents: 85b40b4 Author: max-orlov <[email protected]> Authored: Mon Jul 3 17:52:20 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Jul 3 17:52:20 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/609ecc07/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 3e1fb3c..bb1bc28 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 --cov-report term-missing --cov aria +commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py [testenv:py26] -commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py [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 --cov-report term-missing --cov aria +commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh]
