Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 584368840 -> 0517840f1 (forced update)
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/0517840f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/0517840f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/0517840f Branch: refs/heads/build_fail_poc Commit: 0517840f1854b9bcab2f11c146bfcbd0aadcec18 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:53:52 2017 +0300 ---------------------------------------------------------------------- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/0517840f/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]
