Make tools/install-mypy exit on error.

This commit is contained in:
Reid Barton 2016-05-30 09:46:26 -04:00 committed by Tim Abbott
parent 1b59b6826a
commit ff845ebb96

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# This script installs a python3 virtualenv called 'zulip-py3-venv' in zulip's parent directory.
# It then installs mypy and some other dependencies into that virtualenv.