image: python before_script: - pip install tox py3: script: tox -e py3
py3-from-forge: script: tox -e py3-from-forge
check-manifest: script: tox -e check-manifest