language: python python: - "3.7" - "3.7-dev" - "3.8" - "3.8-dev" install: - pip install poetry - poetry install script: - poetry run mypy .