image: debian/sid sources: - https://git.sr.ht/~cedric/Stegano packages: - python3 - python3-dev - python3-pip tasks: - setup: | pip3 install pipenv pipenv install pipenv install --dev - test: | nosetests --with-coverage --cover-package=stegano - typecheck: | python tools/run_mypy.py