diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-04 10:12:42 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-04 10:12:42 -0800 |
commit | e7aa84fe8f51c065fcd84421eef01a802c1013a9 (patch) | |
tree | 0010ac443c27fa17fea08d516565bc54671e2de5 /tools/run_tests/build_python.sh | |
parent | 2a8c28037061b94c02eb05fb532e268709af88e5 (diff) | |
parent | da0d46ed815724d0b665529ae3ad6a811aebc501 (diff) |
Merge branch 'master' of github.com:grpc/grpc into limit_cores_includes
Diffstat (limited to 'tools/run_tests/build_python.sh')
-rwxr-xr-x | tools/run_tests/build_python.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh index e0fcbb602d..f120fc7ed6 100755 --- a/tools/run_tests/build_python.sh +++ b/tools/run_tests/build_python.sh @@ -45,3 +45,6 @@ export GRPC_PYTHON_ENABLE_CYTHON_TRACING=1 tox --notest $ROOT/.tox/py27/bin/python $ROOT/setup.py build +$ROOT/.tox/py27/bin/python $ROOT/setup.py build_py +$ROOT/.tox/py27/bin/python $ROOT/setup.py build_ext --inplace +$ROOT/.tox/py27/bin/python $ROOT/setup.py gather --test |