Commit 185c1cf1 by Craig Heffner

Updated setup.py's testing feature

parent 8c3715d7
......@@ -303,6 +303,8 @@ class TestCommand(Command):
# Run the tests
nose.core.run(argv=['--exe','--with-coverage'])
sys.stdout.write("\n")
# Clean up the resulting pyc files in the testing directory
for pyc in glob.glob("%s/*.pyc" % testing_directory):
sys.stdout.write("removing '%s'\n" % pyc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment