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:
parent
8cd310493a
commit
e5685adf2e
|
@ -5,4 +5,4 @@
|
||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
tools/test-zulip --coverage combine
|
tools/test-zulip
|
||||||
|
|
Loading…
Reference in a new issue