Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc [created] 584368840
wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/58436884 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/58436884 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/58436884 Branch: refs/heads/build_fail_poc Commit: 5843688407039bae758c437fff01d52cbac494e7 Parents: 3583f8c Author: max-orlov <[email protected]> Authored: Mon Jul 3 11:27:33 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Jul 3 11:27:33 2017 +0300 ---------------------------------------------------------------------- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/58436884/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 3e1fb3c..ca6d4bf 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 --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 +commands=pytest tests/end2end [testenv:py26e2e] -commands=pytest tests/end2end --cov-report term-missing --cov aria +commands=pytest tests/end2end [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]
