summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--igor.py (renamed from servant.py)0
-rw-r--r--tox.ini8
2 files changed, 4 insertions, 4 deletions
diff --git a/servant.py b/igor.py
index efbe8a0f..efbe8a0f 100644
--- a/servant.py
+++ b/igor.py
diff --git a/tox.ini b/tox.ini
index 6d13c4cb..3543fabb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,16 +13,16 @@ commands =
{envpython} setup.py develop
# Create test/zipmods.zip
- {envpython} servant.py zip_mods
+ {envpython} igor.py zip_mods
# Remove tracer.so so that we can test the PyTracer
- {envpython} servant.py remove_extension
+ {envpython} igor.py remove_extension
# Test with the PyTracer
- {envpython} servant.py test_with_tracer py
+ {envpython} igor.py test_with_tracer py
# Build tracer.so and test with the CTracer
{envpython} setup.py build_ext --inplace
- {envpython} servant.py test_with_tracer c
+ {envpython} igor.py test_with_tracer c
deps = nose