diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-11 07:36:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-11 07:36:16 -0400 |
commit | e5fe956726754f2a789807b7005b6afb9ce79598 (patch) | |
tree | a51c650b2ba93d6fbb7dcb2b8757a0542f71de95 | |
parent | 0d8cd57b6d5d4755709ca853856eb14b4b63f437 (diff) | |
download | python-coveragepy-git-e5fe956726754f2a789807b7005b6afb9ce79598.tar.gz |
I like the name igor better :)
--HG--
rename : servant.py => igor.py
-rw-r--r-- | igor.py (renamed from servant.py) | 0 | ||||
-rw-r--r-- | tox.ini | 8 |
2 files changed, 4 insertions, 4 deletions
@@ -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 |