diff --git a/.builds/debian.yml b/.builds/debian.yml new file mode 100644 index 0000000..bc0150b --- /dev/null +++ b/.builds/debian.yml @@ -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