diff --git a/.builds/debian.yml b/.builds/debian.yml index 5cbe2ff..967f10e 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,14 +1,14 @@ -image: alpine/3.10 +image: debian/sid sources: - https://git.sr.ht/~cedric/Stegano packages: - python3 - python3-dev - - py3-pip + - python3-pip tasks: - setup: | pip install pipenv - pipenv imstall + pipenv install pipenv install --dev - test: | nosetests --with-coverage --cover-package=stegano