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 <[email protected]>
Authored: Mon May 7 10:10:00 2018 +0800
Committer: Wang Wei <[email protected]>
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

Reply via email to