python-zulip-api/tools/test-py2-legacy-support
Rohitt Vashishtha e5685adf2e 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.
2017-12-04 07:27:20 -08:00

9 lines
128 B
Bash
Executable file

#!/usr/bin/env bash
# This script must be executed in a Python 2 environment to
# have any meaning.
set -ev
tools/test-zulip