mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-21 12:48:31 +02:00
14 lines
293 B
YAML
14 lines
293 B
YAML
image: debian/sid
|
|
sources:
|
|
- https://git.sr.ht/~cedric/Stegano
|
|
packages:
|
|
- pip
|
|
tasks:
|
|
- setup: |
|
|
pip install pipenv
|
|
pipenv imstall
|
|
pipenv install --dev
|
|
- tests: |
|
|
nosetests --with-coverage --cover-package=stegano
|
|
- typecheck: |
|
|
python tools/run_mypy.py
|