image: python before_script: - pip install tox flake8: script: tox -e flake8 py3: script: tox -e py3 check-manifest: script: tox -e check-manifest black: script: tox -e black mypy: script: tox -e mypy