From e5685adf2e2a31f2cc25dbeb9fa07ac7303c820c Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Mon, 4 Dec 2017 16:26:22 +0530 Subject: [PATCH] tests: Do not generate coverage report on Python 2. Since we have dropped Python 2 support for the bots and botserver packages, we now have 'invalid' syntax if we run coverage for all packages in a Python 2 environment. --- tools/test-py2-legacy-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-py2-legacy-support b/tools/test-py2-legacy-support index eb43fe2..4756a4a 100755 --- a/tools/test-py2-legacy-support +++ b/tools/test-py2-legacy-support @@ -5,4 +5,4 @@ set -ev -tools/test-zulip --coverage combine +tools/test-zulip