You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by mx...@apache.org on 2017/07/04 09:33:04 UTC

incubator-ariatosca git commit: all but workflows

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/build_fail_poc 6d7fd6a15 -> 9b17ea51d


all but workflows


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/9b17ea51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/9b17ea51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/9b17ea51

Branch: refs/heads/build_fail_poc
Commit: 9b17ea51d8533fb882634e99e0df7a2398790bc7
Parents: 6d7fd6a
Author: max-orlov <ma...@gigaspaces.com>
Authored: Tue Jul 4 12:33:00 2017 +0300
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Tue Jul 4 12:33:00 2017 +0300

----------------------------------------------------------------------
 tox.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/9b17ea51/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index ac78157..703a89a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,10 +34,10 @@ basepython =
   pylint_tests: python2.7
 
 [testenv:py27]
-commands=pytest --full-trace tests/orchestrator/workflows
+commands=pytest tests --full-trace --ignore=tests/orchestrator/workflows --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria
 
 [testenv:py26]
-commands=pytest --full-trace tests/orchestrator/workflows
+commands=pytest tests --full-trace --ignore=tests/orchestrator/workflows --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 --full-trace tests/orchestrator/workflows
+commands=pytest tests --full-trace --ignore=tests/orchestrator/workflows --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]