From f0a801eb5eca5e03585cb6f1c7951e8f2778261a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 26 Feb 2015 15:41:37 -0800 Subject: [PATCH] running python tests on travis --- .travis.yml | 4 +++- tools/run_tests/build_python.sh | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e40370fbcfe..7760a2fc5c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ before_install: - sudo add-apt-repository ppa:yjwong/gflags -y - sudo apt-get update -qq - sudo apt-get install -qq libgtest-dev libgflags-dev -script: ./tools/run_tests/run_tests.py -l c c++ -t -j2 +script: + - ./tools/run_tests/run_tests.py -l c c++ -t -j2 + - ./tools/run_tests/run_tests.py -lpython -t -j1 notifications: email: false diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh index 9303a67a1e6..5a3c720ba56 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