You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2018/05/07 12:49:13 UTC

[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 <dc...@nus.edu.sg>
Authored: Mon May 7 10:10:00 2018 +0800
Committer: Wang Wei <dc...@nus.edu.sg>
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