summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-07-11 07:58:12 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-07-11 07:58:12 -0400
commitabc6cbef1ecaee5a216f2c79edc89e352f2747b3 (patch)
tree841d4e097fdaf6f5343ff8443bede9694354f8a0
parentc9c454704214d79777ffcadc5445845a86c52a40 (diff)
downloadpython-coveragepy-git-abc6cbef1ecaee5a216f2c79edc89e352f2747b3.tar.gz
Clean up
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 65f84b23..f4c8df96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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