diff options
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,16 +15,16 @@ commands = # Create test/zipmods.zip {envpython} igor.py zip_mods - # Remove tracer.so so that we can test the PyTracer + # Remove the C extension so that we can test the PyTracer {envpython} igor.py remove_extension # Test with the PyTracer {envpython} igor.py test_with_tracer py - # Build tracer.so and test with the CTracer + # Build the C extension and test with the CTracer {envpython} setup.py build_ext --inplace {envpython} igor.py test_with_tracer c -deps = - nose +deps = + nose mock |