Skip to content
Snippets Groups Projects
Commit 7db77f84 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5569 from jtattermusch/python_build_ext_in_buildstep

Run build_ext in build_python step
parents 4473dd5b 66a6d014
No related branches found
No related tags found
No related merge requests found
...@@ -46,4 +46,5 @@ tox --notest ...@@ -46,4 +46,5 @@ tox --notest
$ROOT/.tox/py27/bin/python $ROOT/setup.py build $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_py
$ROOT/.tox/py27/bin/python $ROOT/setup.py build_ext --inplace
$ROOT/.tox/py27/bin/python $ROOT/setup.py gather --test $ROOT/.tox/py27/bin/python $ROOT/setup.py gather --test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment