run-mypy: Remove requirement to be inside a Zulip venv.

It can be nice to just install+run mypy from outside.
This commit is contained in:
Tim Abbott 2017-08-05 16:49:16 -07:00
parent c657db77e8
commit 52100e0b3b
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
os.chdir(os.path.dirname(TOOLS_DIR))
sys.path.append(os.path.dirname(TOOLS_DIR))
from lib import sanity_check
sanity_check.check_venv(__file__)
from lib.test_script import get_provisioning_status
exclude_common = """