Skip to content

Commit

Permalink
Merge pull request grpc#5569 from jtattermusch/python_build_ext_in_bu…
Browse files Browse the repository at this point in the history
…ildstep

Run build_ext in build_python step
  • Loading branch information
jtattermusch committed Mar 3, 2016
2 parents 4473dd5 + 66a6d01 commit 7db77f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_tests/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ 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

0 comments on commit 7db77f8

Please sign in to comment.