summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-09 10:15:13 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-09 10:15:13 -0500
commit23f567f3fe31b50d87e79e3c24a29aa888cc2872 (patch)
tree38d18eed8bebcd889c8c3d73290c541580bb59d4
parent049844aba83cd8bfcb0f3de5a322d5151e6907f1 (diff)
downloadpython-coveragepy-git-23f567f3fe31b50d87e79e3c24a29aa888cc2872.tar.gz
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.
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 28adb28a..3f39965d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}