Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 7512e17b0 -> 3ad612fae
run only tests/orchestrator/workflows/core/test_engine.py Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/3ad612fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/3ad612fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/3ad612fa Branch: refs/heads/build_fail_poc Commit: 3ad612faec00b12b0abb24754fcaabc176ebdf1c Parents: 7512e17 Author: max-orlov <[email protected]> Authored: Tue Jul 4 12:53:32 2017 +0300 Committer: max-orlov <[email protected]> Committed: Tue Jul 4 12:53:32 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/3ad612fa/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 52a9c74..9c4a618 100644 --- a/tox.ini +++ b/tox.ini @@ -34,10 +34,10 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest tests --full-trace --ignore=tests/orchestrator/workflows/core --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +commands=pytest tests/orchestrator/workflows/core/test_engine.py [testenv:py26] -commands=pytest tests --full-trace --ignore=tests/orchestrator/workflows/core --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +commands=pytest tests/orchestrator/workflows/core/test_engine.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 --full-trace --ignore=tests/orchestrator/workflows/core --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria +commands=pytest tests/orchestrator/workflows/core/test_engine.py [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh]
