From 47266d65d1772156cf39f26929c3c89f4148896d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 18 Sep 2015 07:20:16 -0400 Subject: Clean up the debugging for the Travis issue --- tests/test_process.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_process.py') diff --git a/tests/test_process.py b/tests/test_process.py index 2e8152d..3023a18 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -712,9 +712,6 @@ class AliasedCommandTest(CoverageTest): # "coverage3" doesn't work on py2 badcmd = "coverage%d" % (5 - sys.version_info[0]) out = self.run_command(badcmd) - if "Code coverage" in out: - out2 = self.run_command(badcmd + " debug sys") - print(out2) self.assertNotIn("Code coverage for Python", out) def test_specific_alias_works(self): -- cgit v1.2.1