summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 6cccbcbe..fba1593c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,9 +36,8 @@ commands =
python setup.py --quiet clean develop
# Create tests/zipmods.zip
- # Install the egg1 egg
# Remove the C extension so that we can test the PyTracer
- python igor.py zip_mods install_egg remove_extension
+ python igor.py zip_mods remove_extension
# Test with the PyTracer
python igor.py test_with_tracer py {posargs}