Skip to content

Commit 23f567f

Browse files
committed
build: use this setup.py command because it shows compiler errors that might happen.
The `pip install` command only shows errors with -v, and then there's a ton of other crap to wade through.
1 parent 049844a commit 23f567f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ commands =
3838
python igor.py zip_mods
3939

4040
# Build the C extension and test with the CTracer
41+
python setup.py --quiet build_ext --inplace
4142
python -m pip install -q -e .
4243
python igor.py test_with_tracer c {posargs}
4344

0 commit comments

Comments
 (0)