switch to Debian

This commit is contained in:
Cédric Bonhomme 2019-10-27 17:54:37 +01:00
parent e74662cc90
commit 2dc6430373
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -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