You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by mx...@apache.org on 2017/06/18 10:03:28 UTC

incubator-ariatosca git commit: testing package only

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-278-Remove-core-tasks b1a9c311a -> e5e6b605a


testing package only


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

Branch: refs/heads/ARIA-278-Remove-core-tasks
Commit: e5e6b605adad799fb10c389dfc601eb5aa89b915
Parents: b1a9c31
Author: max-orlov <ma...@gigaspaces.com>
Authored: Sun Jun 18 13:03:23 2017 +0300
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Sun Jun 18 13:03:23 2017 +0300

----------------------------------------------------------------------
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/e5e6b605/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index e58ba02..d933148 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,10 +32,10 @@ basepython =
   pylint_tests: python2.7
 
 [testenv:py27]
-commands=pytest tests -n 4 --ignore=tests/end2end --ignore=tests/orchestrator/workflows/executor --cov-report term-missing --cov aria
+commands=pytest tests/orchestrator/workflows/executor -n 4 --ignore=--ignore=tests/end2end
 
 [testenv:py26]
-commands=pytest tests -n 4 --ignore=tests/end2end --ignore=tests/orchestrator/workflows/executor --cov-report term-missing --cov aria
+commands=pytest tests/orchestrator/workflows/executor -n 4 --ignore=tests/end2end
 
 [testenv:py27e2e]
 commands=pytest tests/end2end -n 4 --cov-report term-missing --cov aria