File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ commands =
41
41
# Create tests/zipmods.zip
42
42
python igor.py zip_mods
43
43
44
+ # Remove the C extension so that we can test the PyTracer
45
+ python igor.py remove_extension
46
+
47
+ # Test with the PyTracer
48
+ python igor.py test_with_core pytrace {posargs}
49
+
44
50
# Build the C extension and test with the CTracer
45
51
python setup.py --quiet build_ext --inplace
46
52
python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
47
53
python igor.py test_with_core ctrace {posargs}
48
54
49
55
py3{12,13,14},anypy: python igor.py test_with_core sysmon {posargs}
50
56
51
- # Remove the C extension so that we can test the PyTracer
52
- python igor.py remove_extension
53
-
54
- # Test with the PyTracer
55
- python igor.py test_with_core pytrace {posargs}
56
-
57
57
[testenv:anypy]
58
58
# $set_env.py: COVERAGE_ANYPY - The custom Python for "tox -e anypy"
59
59
# For running against my own builds of CPython, or any other specific Python.
You can’t perform that action at this time.
0 commit comments