We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8d3b9 commit b08c662Copy full SHA for b08c662
tox.ini
@@ -41,11 +41,11 @@ commands =
41
# Create tests/zipmods.zip
42
python igor.py zip_mods
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}
+ ;# Remove the C extension so that we can test the PyTracer
+ ;python igor.py remove_extension
+ ;
+ ;# Test with the PyTracer
+ ;python igor.py test_with_core pytrace {posargs}
49
50
# Build the C extension and test with the CTracer
51
python setup.py --quiet build_ext --inplace
0 commit comments