Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E5897200CBA for ; Mon, 3 Jul 2017 10:27:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E3E1E160BEC; Mon, 3 Jul 2017 08:27:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3736E160BE4 for ; Mon, 3 Jul 2017 10:27:44 +0200 (CEST) Received: (qmail 30228 invoked by uid 500); 3 Jul 2017 08:27:42 -0000 Mailing-List: contact commits-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list commits@ariatosca.incubator.apache.org Received: (qmail 30219 invoked by uid 99); 3 Jul 2017 08:27:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2017 08:27:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9BB91C6956 for ; Mon, 3 Jul 2017 08:27:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.231 X-Spam-Level: X-Spam-Status: No, score=-4.231 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id k2c5ZOGmKSMa for ; Mon, 3 Jul 2017 08:27:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 5683B5F2AE for ; Mon, 3 Jul 2017 08:27:40 +0000 (UTC) Received: (qmail 30215 invoked by uid 99); 3 Jul 2017 08:27:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2017 08:27:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BDE6EDFBA2; Mon, 3 Jul 2017 08:27:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mxmrlv@apache.org To: commits@ariatosca.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ariatosca git commit: wip Date: Mon, 3 Jul 2017 08:27:39 +0000 (UTC) archived-at: Mon, 03 Jul 2017 08:27:45 -0000 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 Authored: Mon Jul 3 11:27:33 2017 +0300 Committer: max-orlov 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]