diff options
-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} |