Stegano/.builds/debian.yml
2019-10-27 17:40:47 +01:00

14 lines
300 B
YAML

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