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.
This commit is contained in:
Rohitt Vashishtha 2017-12-04 16:26:22 +05:30 committed by showell
parent 8cd310493a
commit e5685adf2e

View file

@ -5,4 +5,4 @@
set -ev
tools/test-zulip --coverage combine
tools/test-zulip