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: sources:
- https://git.sr.ht/~cedric/Stegano - https://git.sr.ht/~cedric/Stegano
packages: packages:
- python3 - python3
- python3-dev - python3-dev
- py3-pip - python3-pip
tasks: tasks:
- setup: | - setup: |
pip install pipenv pip install pipenv
pipenv imstall pipenv install
pipenv install --dev pipenv install --dev
- test: | - test: |
nosetests --with-coverage --cover-package=stegano nosetests --with-coverage --cover-package=stegano