Added build manifest for SourceHut.

This commit is contained in:
Cédric Bonhomme 2019-10-27 17:30:56 +01:00
parent f8cc0f4cb3
commit 027d3a57f4
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

12
.builds/debian.yml Normal file
View file

@ -0,0 +1,12 @@
image: debian/sid
sources:
- https://git.sr.ht/~cedric/Stegano
tasks:
- setup: |
pip install pipenv
pipenv imstall
pipenv install --dev
- tests: |
nosetests --with-coverage --cover-package=stegano
- typecheck: |
python tools/run_mypy.py