mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-20 04:18:32 +02:00
14 lines
309 B
YAML
14 lines
309 B
YAML
image: debian/sid
|
|
sources:
|
|
- https://git.sr.ht/~cedric/Stegano
|
|
packages:
|
|
- python3
|
|
- python3-dev
|
|
- python3-pip
|
|
tasks:
|
|
- test: |
|
|
pip3 install pipenv
|
|
PATH=$PATH:/home/build/.local/bin
|
|
pipenv install
|
|
pipenv install --dev
|
|
pipenv run --with-coverage --cover-package=stegano
|