Skip to content

Commit

Permalink
build: use this setup.py command because it shows compiler errors tha…
Browse files Browse the repository at this point in the history
…t might happen.

The `pip install` command only shows errors with -v, and then there's a
ton of other crap to wade through.
  • Loading branch information
nedbat committed Nov 9, 2021
1 parent 049844a commit 23f567f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ commands =
python igor.py zip_mods

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

Expand Down

0 comments on commit 23f567f

Please sign in to comment.