From commits-return-2180-archive-asf-public=cust-asf.ponee.io@singa.incubator.apache.org Mon May 7 14:49:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C423518064D for ; Mon, 7 May 2018 14:49:15 +0200 (CEST) Received: (qmail 44239 invoked by uid 500); 7 May 2018 12:49:14 -0000 Mailing-List: contact commits-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list commits@singa.incubator.apache.org Received: (qmail 43896 invoked by uid 99); 7 May 2018 12:49:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2018 12:49:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A97FB1A0043 for ; Mon, 7 May 2018 12:49:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.211 X-Spam-Level: X-Spam-Status: No, score=-4.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, 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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id kLmzj4EH5pqt for ; Mon, 7 May 2018 12:49:12 +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 02BDB5FBEA for ; Mon, 7 May 2018 12:49:11 +0000 (UTC) Received: (qmail 43596 invoked by uid 99); 7 May 2018 12:49:11 -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, 07 May 2018 12:49:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2D3F0F5EC2; Mon, 7 May 2018 12:49:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhongle@apache.org To: commits@singa.incubator.apache.org Date: Mon, 07 May 2018 12:49:13 -0000 Message-Id: <35c477903468433fb9ca41fd84700f61@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-singa git commit: use absolute python path use absolute python path Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/c7f751e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/c7f751e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/c7f751e0 Branch: refs/heads/master Commit: c7f751e0ecd7bfdea585776ae728d099f429599a Parents: 4b3a914 Author: Wang Wei Authored: Mon May 7 10:10:00 2018 +0800 Committer: Wang Wei Committed: Mon May 7 10:10:00 2018 +0800 ---------------------------------------------------------------------- tool/travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/c7f751e0/tool/travis/build.sh ---------------------------------------------------------------------- diff --git a/tool/travis/build.sh b/tool/travis/build.sh index 96af82c..7ac3df8 100644 --- a/tool/travis/build.sh +++ b/tool/travis/build.sh @@ -33,7 +33,7 @@ mkdir $CONDA_BLD_PATH conda build tool/conda/ --python 3.6 conda install --use-local singa cd test/python -python run.py +$HOME/miniconda/bin/python run.py if [[ "$TRAVIS_SECURE_ENV_VARS" == "false" ]]; # install and run unittest