language: python dist: xenial python: - "3.8" install: - pip install mypy - pip install xtermcolor - pip install typedload script: - make mypy - make test