Files
zulip/tools/travis/setup-static-analysis
2017-06-06 13:39:51 -07:00

9 lines
253 B
Bash
Executable File

#!/bin/bash
set -e
set -x
# We only need mypy and the python 3 compatibility checkers in this
# build, so we just install those directly, skipping provision.
pip install --no-deps -r requirements/mypy.txt
pip install --no-deps -r requirements/py3k.txt