diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-02-26 19:14:33 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-02-26 19:14:33 -0800 |
commit | 47d03aae63b1fa801f9d16ce592ee64da78a98a0 (patch) | |
tree | 32c8b55041037701cedae642438d4d39ad087858 /tools | |
parent | 289942fd06badd0cb896db1d4f258c7e4d441e8f (diff) | |
parent | aa6babab1ce82d1ca1edaaf25dbf26bf67a353e4 (diff) |
Merge pull request #860 from nicolasnoble/travis-c++
Travis c++
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/build_python.sh | 1 |
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 |