aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-26 17:04:35 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-26 17:04:35 -0800
commitd05cdaf1404033ab9276177bedf914fbfee385ed (patch)
treeb4670a1dba41946aa0d234817f77eff4e05cbdbf /tools
parentfe9fa9b19d66036588791f340b9e187cf14509ec (diff)
parentf0a801eb5eca5e03585cb6f1c7951e8f2778261a (diff)
Merge branch 'travis_python' of github.com:jtattermusch/grpc into travis-c++
Conflicts: .travis.yml
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_python.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh
index 9303a67a1e..5a3c720ba5 100755
--- a/tools/run_tests/build_python.sh
+++ b/tools/run_tests/build_python.sh
@@ -37,7 +37,6 @@ make -j6
root=`pwd`
virtualenv python2.7_virtual_environment
-ln -sf $root/include/grpc python2.7_virtual_environment/include/grpc
source python2.7_virtual_environment/bin/activate
pip install enum34==1.0.4 futures==2.2.0 protobuf==3.0.0-alpha-1
CFLAGS=-I$root/include LDFLAGS=-L$root/libs/opt pip install src/python/src