diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-09 10:15:13 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-09 10:15:13 -0500 |
| commit | 23f567f3fe31b50d87e79e3c24a29aa888cc2872 (patch) | |
| tree | 38d18eed8bebcd889c8c3d73290c541580bb59d4 | |
| parent | 049844aba83cd8bfcb0f3de5a322d5151e6907f1 (diff) | |
| download | python-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |
