summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-10-19 18:37:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-10-19 18:37:11 -0400
commit3ddc7b82736782c557ca8ab2bca4e2599852326e (patch)
tree03a52f24d4d61e0e0c53cea7863c6cb5008ae8e5
parentf54f12cf9d2df359dab21d5a3706d9c172bd377c (diff)
downloadpython-coveragepy-git-3ddc7b82736782c557ca8ab2bca4e2599852326e.tar.gz
Debug appveyor
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 077689d0..e6deb278 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,11 +41,11 @@ commands =
python igor.py zip_mods install_egg remove_extension
# Test with the PyTracer
- python igor.py test_with_tracer py {posargs}
+ python igor.py test_with_tracer py -n0 -vv {posargs}
# Build the C extension and test with the CTracer
python setup.py --quiet build_ext --inplace
- python igor.py test_with_tracer c {posargs}
+ python igor.py test_with_tracer c -n0 -vv {posargs}
[testenv:anypy]
# For running against my own builds of CPython, or any other specific Python.