Stegano/.builds/debian.yml
Cédric Bonhomme d3b8a65318
It's pip3...
2019-10-27 17:56:35 +01:00

16 lines
329 B
YAML

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