diff options
-rw-r--r-- | tox.ini | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -34,19 +34,19 @@ setenv = PYTHONPYCACHEPREFIX= commands = - python setup.py --quiet clean develop - # Create tests/zipmods.zip + python igor.py zip_mods + + # Build the C extension and test with the CTracer + python -m pip install -q -e . + python igor.py test_with_tracer c {posargs} + # Remove the C extension so that we can test the PyTracer - python igor.py zip_mods remove_extension + python igor.py remove_extension # Test with the PyTracer python igor.py test_with_tracer py {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} - [testenv:anypy] # $set_env.py: COVERAGE_ANYPY - The custom Python for "tox -e anypy" # For running against my own builds of CPython, or any other specific Python. |